HomeSort by relevance Sort by last modified time
    Searched defs:getCallingUserId (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
WifiPermissionsWrapper.java 52 public int getCallingUserId(int uid) {
  /frameworks/base/core/java/android/os/
UserHandle.java 156 public static @UserIdInt int getCallingUserId() {
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 222 int userId = getCallingUserId();
251 checkUsesFeature(callingPackage, getCallingUserId());
263 checkUsesFeature(callingPackage, getCallingUserId());
264 removeAssociation(getCallingUserId(), callingPackage, deviceMacAddress);
268 checkCallerIsSystemOr(pkg, getCallingUserId());
276 checkArgument(getCallingUserId() == userId,
286 int userId = getCallingUserId();
315 int userId = getCallingUserId();
346 private static int getCallingUserId() {
495 int userId = getCallingUserId();
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 145 private int getCallingUserId() {
168 mListeners.register(listener, new BroadcastCookie(UserHandle.of(getCallingUserId()),
440 if (!mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
462 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
479 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
494 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
509 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(),
516 return mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
533 if (!mShortcutServiceInternal.isPinnedByCaller(getCallingUserId(),
539 getCallingUserId(), callingPackage, packageName, shortcutId, targetUserId)
    [all...]
ShortcutService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 186 return getCallingUserId();
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 675 UserHandle.getCallingUserId());
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 389 milliseconds