Home | History | Annotate | Download | only in pm

Lines Matching defs:getCallingUserId

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);