Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java3720 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 ActivityThread
8283 return isProtectedComponent(ai, ai.permission); in isProtectedComponent()
8291 public static boolean isProtectedComponent(@NonNull ServiceInfo si) { in isProtectedComponent() method in ActivityThread
8292 return isProtectedComponent(si, si.permission); in isProtectedComponent()
[all …]
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1007 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
1008 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
1009 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1007 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
1008 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
1009 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z