HomeSort by relevance Sort by last modified time
    Searched refs:callingUserId (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
IntentForwarderActivity.java 85 int callingUserId = getUserId();
92 innerIntent.prepareToLeaveUser(callingUserId);
94 newIntent.prepareToLeaveUser(callingUserId);
130 + callingUserId + " to user " + targetUserId);
  /frameworks/base/services/core/java/com/android/server/fingerprint/
AuthenticationClient.java 42 IFingerprintServiceReceiver receiver, int callingUserId, int groupId, long opId,
44 super(context, halDeviceId, token, receiver, callingUserId, groupId, restricted, owner);
FingerprintService.java 496 private void startAuthentication(IBinder token, long opId, int callingUserId, int groupId,
504 receiver, callingUserId, groupId, opId, restricted, opPackageName) {
739 final int callingUserId = UserHandle.getCallingUserId();
751 startAuthentication(token, opId, callingUserId, groupId, receiver,
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 173 int callingUserId = UserHandle.getCallingUserId();
176 IBinder token = mAccessibilityManager.getWindowToken(windowId, callingUserId);
193 int callingUserId = UserHandle.getCallingUserId();
196 IBinder token = mAccessibilityManager.getWindowToken(windowId, callingUserId);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 798 final int callingUserId = resolveCallingUserIdEnforcingPermissionsLocked(requestingUserId);
802 if (isGlobalOrSecureSettingRestrictedForUser(name, callingUserId, value)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 502 final int callingUserId = UserHandle.getCallingUserId();
503 if (callingUserId != UserHandle.USER_SYSTEM) {
504 contentUri = ContentProvider.maybeAddUserId(contentUri, callingUserId);
MountService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 552 final int callingUserId = UserHandle.getCallingUserId();
554 if (callingUserId != currentUserId) {
557 + " user is active: callingUserId=" + callingUserId
563 testDreamInternal(dream, callingUserId);
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 221 final int callingUserId = injectCallingUserId();
223 if (targetUserId == callingUserId) return;
227 UserInfo callingUserInfo = mUm.getUserInfo(callingUserId);
    [all...]
UserManagerService.java     [all...]
PackageManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 591 final int callingUserId = UserHandle.getUserId(uid);
593 ? maybeAddUserId(uri, callingUserId) : uri;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 953 milliseconds