Searched refs:isSystemOrSystemUI (Results 1 – 4 of 4) sorted by relevance
403 if (options.getLaunchedFromBubble() && !isSystemOrSystemUI(callingPid, callingUid)) { in checkPermissions()413 && !isSystemOrSystemUI(callingPid, callingUid)) { in checkPermissions()452 private boolean isSystemOrSystemUI(int callingPid, int callingUid) { in isSystemOrSystemUI() method in SafeActivityOptions
2248 private static boolean isSystemOrSystemUI(Context context) { in isSystemOrSystemUI() method in ContextImpl3325 context.mContextType = isSystemOrSystemUI(context) ? CONTEXT_TYPE_SYSTEM_OR_SYSTEM_UI in createAppContext()
1550 HSPLandroid/app/ContextImpl;->isSystemOrSystemUI(Landroid/content/Context;)Z