Searched defs:getCallingUserId (Results 1 - 4 of 4) 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.java143 private int getCallingUserId() { method in class:LauncherAppsService.LauncherAppsImpl
166 mListeners.register(listener, new BroadcastCookie(UserHandle.of(getCallingUserId()),
368 if (!mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
389 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
403 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
415 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
427 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(),
434 return mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
450 if (!mShortcutServiceInternal.isPinnedByCaller(getCallingUserId(),
456 getCallingUserId(), callingPackag
[all...]
H A DShortcutService.java2045 resetThrottlingInner(getCallingUserId());
3613 private int getCallingUserId() { method in class:ShortcutService
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java175 return getCallingUserId();
1118 protected int getCallingUserId() { method in class:BaseShortcutManagerTest
1123 return UserHandle.of(getCallingUserId());
1583 getCallingPackage(), getCallingUserId());
1600 return getPackageShortcut(getCallingPackage(), shortcutId, getCallingUserId());

Completed in 2567 milliseconds