Searched refs:ALLOW_FULL_ONLY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 47 public static final int ALLOW_FULL_ONLY = 2; field in ActivityManagerInternal
|
/frameworks/base/services/core/java/com/android/server/clipboard/ |
D | ClipboardService.java | 19 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 310 Binder.getCallingUid(), userId, false /* allow all */, ALLOW_FULL_ONLY, in getIntendingUserId()
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | UriGrantsManagerService.java | 23 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 187 Binder.getCallingUid(), targetUserId, false, ALLOW_FULL_ONLY, in grantUriPermissionFromOwner()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 25 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 1650 } else if (allowMode == ALLOW_FULL_ONLY) { 1686 if (allowMode != ALLOW_FULL_ONLY) {
|
D | ActivityManagerService.java | 31 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 4030 ALLOW_FULL_ONLY, "clearApplicationUserData", null); in clearApplicationUserData() 4173 userId, true, ALLOW_FULL_ONLY, "killBackgroundProcesses", null); in killBackgroundProcesses() 4270 userId, true, ALLOW_FULL_ONLY, "forceStopPackage", null); in forceStopPackage() 7287 userId, false, ALLOW_FULL_ONLY, "getContentProvider", null); in getContentProviderExternal() 14076 requireFull ? ALLOW_FULL_ONLY : ALLOW_NON_FULL, name, callerPackage); in handleIncomingUser() 14344 userId, /* allowAll */ false, ALLOW_FULL_ONLY, "backupAgentCreated", null); in backupAgentCreated() 14523 ALLOW_FULL_ONLY, "registerReceiver", callerPackage); in registerReceiver() 15797 userId, false, ALLOW_FULL_ONLY, "startInstrumentation", null); in startInstrumentation() 17080 userId, true, ALLOW_FULL_ONLY, "makePackageIdle", null); in makePackageIdle() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 26 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 2860 userId, false /* allowAll */, ALLOW_FULL_ONLY, "disableKeyguard", null); in disableKeyguard() 2877 userId, false /* allowAll */, ALLOW_FULL_ONLY, "reenableKeyguard", null); in reenableKeyguard()
|
D | ActivityTaskManagerService.java | 31 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 1413 ALLOW_FULL_ONLY, name, null /* callerPackage */); in handleIncomingUser()
|