Searched refs:isSystemOrSystemUI (Results 1 – 5 of 5) sorted by relevance
313 if (options.getLaunchedFromBubble() && !isSystemOrSystemUI(callingPid, callingUid)) { in checkPermissions()323 && !isSystemOrSystemUI(callingPid, callingUid)) { in checkPermissions()362 private boolean isSystemOrSystemUI(int callingPid, int callingUid) { in isSystemOrSystemUI() method in SafeActivityOptions
2116 private static boolean isSystemOrSystemUI(Context context) { in isSystemOrSystemUI() method in ContextImpl3037 context.mContextType = isSystemOrSystemUI(context) ? CONTEXT_TYPE_SYSTEM_OR_SYSTEM_UI in createAppContext()
1509 HSPLandroid/app/ContextImpl;->isSystemOrSystemUI(Landroid/content/Context;)Z+]Landroid/content/Cont…
47809 HPLcom/android/server/wm/SafeActivityOptions;->isSystemOrSystemUI(II)Z