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