Home
last modified time | relevance | path

Searched refs:isProtectedComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java3945 r.intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in performLaunchActivity()
4275 intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverNewIntents()
4747 isProtectedComponent(data.info) || isProtectedBroadcast(data.intent), in handleReceiver()
5003 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleBindService()
5034 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleUnbindService()
5142 data.args.prepareToEnterProcess(isProtectedComponent(createData.info), in handleServiceArgs()
5860 ri.mData.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverResults()
8742 public static boolean isProtectedComponent(@NonNull ActivityInfo ai) { in isProtectedComponent() method in ActivityThread
8743 return isProtectedComponent(ai, ai.permission); in isProtectedComponent()
8751 public static boolean isProtectedComponent(@NonNull ServiceInfo si) { in isProtectedComponent() method in ActivityThread
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt996 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
997 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
998 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z
/frameworks/base/config/
Dboot-image-profile.txt996 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
997 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
998 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z