Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java3604 r.intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in performLaunchActivity()
3901 intent.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverNewIntents()
4350 isProtectedComponent(data.info) || isProtectedBroadcast(data.intent), in handleReceiver()
4580 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleBindService()
4611 data.intent.prepareToEnterProcess(isProtectedComponent(createData.info), in handleUnbindService()
5356 ri.mData.prepareToEnterProcess(isProtectedComponent(r.activityInfo), in deliverResults()
7897 public static boolean isProtectedComponent(@NonNull ActivityInfo ai) { in isProtectedComponent() method in ActivityThread
7898 return isProtectedComponent(ai, ai.permission); in isProtectedComponent()
7906 public static boolean isProtectedComponent(@NonNull ServiceInfo si) { in isProtectedComponent() method in ActivityThread
7907 return isProtectedComponent(si, si.permission); in isProtectedComponent()
[all …]
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1004 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
1005 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
1006 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1004 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z
1005 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…
1006 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z