Searched refs:ALLOW_FULL_ONLY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 48 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; 1605 } else if (allowMode == ALLOW_FULL_ONLY) { 1641 if (allowMode != ALLOW_FULL_ONLY) {
|
D | ActivityManagerService.java | 30 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 4006 ALLOW_FULL_ONLY, "clearApplicationUserData", null); in clearApplicationUserData() 4149 userId, true, ALLOW_FULL_ONLY, "killBackgroundProcesses", null); in killBackgroundProcesses() 4246 userId, true, ALLOW_FULL_ONLY, "forceStopPackage", null); in forceStopPackage() 7257 userId, false, ALLOW_FULL_ONLY, "getContentProvider", null); in getContentProviderExternal() 13992 requireFull ? ALLOW_FULL_ONLY : ALLOW_NON_FULL, name, callerPackage); in handleIncomingUser() 14260 userId, /* allowAll */ false, ALLOW_FULL_ONLY, "backupAgentCreated", null); in backupAgentCreated() 14439 ALLOW_FULL_ONLY, "registerReceiver", callerPackage); in registerReceiver() 15708 userId, false, ALLOW_FULL_ONLY, "startInstrumentation", null); in startInstrumentation() 16971 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; 2845 userId, false /* allowAll */, ALLOW_FULL_ONLY, "disableKeyguard", null); in disableKeyguard() 2862 userId, false /* allowAll */, ALLOW_FULL_ONLY, "reenableKeyguard", null); in reenableKeyguard()
|
D | ActivityTaskManagerService.java | 29 import static android.app.ActivityManagerInternal.ALLOW_FULL_ONLY; 1410 ALLOW_FULL_ONLY, name, null /* callerPackage */); in handleIncomingUser()
|