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

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 93 ShortcutServiceInternal mShortcutServiceInternal;
135 mShortcutServiceInternal = Preconditions.checkNotNull(
430 mShortcutServiceInternal.setShortcutHostPackage(TAG,
435 mShortcutServiceInternal.setShortcutHostPackage(TAG, null, mCurUser);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 110 private final ShortcutServiceInternal mShortcutServiceInternal;
125 mShortcutServiceInternal = Preconditions.checkNotNull(
127 mShortcutServiceInternal.addListener(mPackageMonitor);
421 if (!mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
442 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
456 mShortcutServiceInternal.pinShortcuts(getCallingUserId(),
468 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
480 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(),
487 return mShortcutServiceInternal.hasShortcutHostPermission(getCallingUserId(),
500 if (!mShortcutServiceInternal.isPinnedByCaller(getCallingUserId()
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 67 milliseconds