Searched refs:isProtectedComponent (Results 1 – 3 of 3) sorted by relevance
3604 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 ActivityThread7898 return isProtectedComponent(ai, ai.permission); in isProtectedComponent()7906 public static boolean isProtectedComponent(@NonNull ServiceInfo si) { in isProtectedComponent() method in ActivityThread7907 return isProtectedComponent(si, si.permission); in isProtectedComponent()[all …]
1004 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ActivityInfo;)Z1005 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ComponentInfo;Ljava/lang/…1006 HSPLandroid/app/ActivityThread;->isProtectedComponent(Landroid/content/pm/ServiceInfo;)Z