HomeSort by relevance Sort by last modified time
    Searched refs:getCallingUserId (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/services/java/com/android/server/content/
ContentService.java 166 final int callingUser = UserHandle.getCallingUserId();
192 UserHandle.getCallingUserId());
222 final int callingUserHandle = UserHandle.getCallingUserId();
289 UserHandle.getCallingUserId());
312 int userId = UserHandle.getCallingUserId();
336 int userId = UserHandle.getCallingUserId();
359 final int userId = UserHandle.getCallingUserId();
372 int userId = UserHandle.getCallingUserId();
390 int userId = UserHandle.getCallingUserId();
408 int userId = UserHandle.getCallingUserId();
    [all...]
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 212 return getSearchables(UserHandle.getCallingUserId()).getSearchableInfo(launchActivity);
219 return getSearchables(UserHandle.getCallingUserId()).getSearchablesInGlobalSearchList();
223 return getSearchables(UserHandle.getCallingUserId()).getGlobalSearchActivities();
230 return getSearchables(UserHandle.getCallingUserId()).getGlobalSearchActivity();
237 return getSearchables(UserHandle.getCallingUserId()).getWebSearchActivity();
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 112 final int userId = UserHandle.getCallingUserId();
125 final int userId = UserHandle.getCallingUserId();
141 final int userId = UserHandle.getCallingUserId();
188 final int callingUserId = UserHandle.getCallingUserId();
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 176 final int userId = UserHandle.getCallingUserId();
182 final int userId = UserHandle.getCallingUserId();
188 final int userId = UserHandle.getCallingUserId();
195 final int userId = UserHandle.getCallingUserId();
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 132 registerRotationPolicyListener(context, listener, UserHandle.getCallingUserId());
  /frameworks/base/core/java/android/os/
UserHandle.java 123 public static final int getCallingUserId() {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 565 int callingUser = UserHandle.getCallingUserId();
647 Slog.e(TAG, "cache is null for user " + UserHandle.getCallingUserId() + " : key=" + key);
689 return queryForUser(url, select, where, whereArgs, sort, UserHandle.getCallingUserId());
    [all...]
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 132 return getClipboard(UserHandle.getCallingUserId());
300 final int targetUserHandle = UserHandle.getCallingUserId();
WallpaperManagerService.java 566 clearWallpaperLocked(false, UserHandle.getCallingUserId(), null);
633 int userId = UserHandle.getCallingUserId();
663 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId());
670 WallpaperData wallpaper = mWallpaperMap.get(UserHandle.getCallingUserId());
708 int userId = UserHandle.getCallingUserId();
722 int userId = UserHandle.getCallingUserId();
769 int userId = UserHandle.getCallingUserId();
    [all...]
DevicePolicyManagerService.java     [all...]
BluetoothManagerService.java     [all...]
TelephonyRegistry.java 192 int callerUid = UserHandle.getCallingUserId();
BackupManagerService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 147 otherUser.id, UserHandle.getCallingUserId());
159 otherUser.id, UserHandle.getCallingUserId());
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
FaceUnlock.java 431 Message message = mHandler.obtainMessage(MSG_UNLOCK, UserHandle.getCallingUserId(), -1);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 185 int callingUser = UserHandle.getCallingUserId();
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 522 UserHandle.getCallingUserId());
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 236 return getUserInfoLocked(UserHandle.getCallingUserId()).isRestricted();
    [all...]
PackageManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 409 return getUserAccounts(UserHandle.getCallingUserId());
529 final int userId = UserHandle.getCallingUserId();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 588 pkg, 0, UserHandle.getCallingUserId());
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 728 int callingUser = UserHandle.getCallingUserId();
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 302 UserHandle.getCallingUserId(), false);
327 ServiceRecord r = findServiceLocked(className, token, UserHandle.getCallingUserId());
370 final int userId = UserHandle.getCallingUserId();
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java     [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 551 int userId = UserHandle.getCallingUserId();
    [all...]

Completed in 2966 milliseconds

1 2