Searched defs:getCallingUserId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DUserHandle.java154 public static @UserIdInt int getCallingUserId() { method in class:UserHandle
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java139 private int getCallingUserId() { method in class:LauncherAppsService.LauncherAppsImpl
162 mListeners.register(listener, new BroadcastCookie(UserHandle.of(getCallingUserId()),
364 if (!mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
384 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
398 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
410 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
422 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(),
429 return mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
445 if (!mShortcutServiceInternal.isPinnedByCaller(getCallingUserId(),
450 final Intent intent = mShortcutServiceInternal.createShortcutIntent(getCallingUserId(),
[all...]
H A DShortcutService.java1565 resetThrottlingInner(getCallingUserId());
2573 private int getCallingUserId() { method in class:ShortcutService

Completed in 806 milliseconds