Home
last modified time | relevance | path

Searched refs:isSystemOrSystemUI (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java313 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
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java2116 private static boolean isSystemOrSystemUI(Context context) { in isSystemOrSystemUI() method in ContextImpl
3037 context.mContextType = isSystemOrSystemUI(context) ? CONTEXT_TYPE_SYSTEM_OR_SYSTEM_UI in createAppContext()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt1509 HSPLandroid/app/ContextImpl;->isSystemOrSystemUI(Landroid/content/Context;)Z+]Landroid/content/Cont…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt1509 HSPLandroid/app/ContextImpl;->isSystemOrSystemUI(Landroid/content/Context;)Z+]Landroid/content/Cont…
/aosp12/frameworks/base/services/
H A Dart-profile47809 HPLcom/android/server/wm/SafeActivityOptions;->isSystemOrSystemUI(II)Z