Searched refs:isProtectedComponent (Results 1 – 3 of 3) sorted by relevance
3720 r.intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in performLaunchActivity()4000 intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverNewIntents()4465 isProtectedComponent(data.info) || isProtectedBroadcast(data.intent), in handleReceiver()4718 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleBindService()4749 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleUnbindService()5556 ri.mData.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverResults()8282 public static boolean isProtectedComponent(@NonNull ActivityInfo ai) { in isProtectedComponent() method in ActivityThread8283 return isProtectedComponent(ai, ai.permission); in isProtectedComponent()8291 public static boolean isProtectedComponent(@NonNull ServiceInfo si) { in isProtectedComponent() method in ActivityThread8292 return isProtectedComponent(si, si.permission); in isProtectedComponent()[all …]
1007 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z1008 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…1009 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z