Searched refs:getShortcuts (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1198 mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1,
1204 mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1,
1211 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1220 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1229 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1238 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1245 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1252 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1259 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery(
1272 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuer
[all...]
H A DBaseShortcutManagerTest.java1608 ret[0] = mLauncherApps.getShortcuts(q, UserHandle.of(userId));
/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java42 getShortcuts(int launcherUserId, method in class:ShortcutServiceInternal
H A DILauncherApps.aidl50 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName,
H A DLauncherApps.java188 * Represents a query passed to {@link #getShortcuts(ShortcutQuery, UserHandle)}.
523 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, method in class:LauncherApps
526 return mService.getShortcuts(mContext.getPackageName(),
536 * @hide // No longer used. Use getShortcuts() instead. Kept for unit tests.
546 return getShortcuts(q, user);
593 final List<ShortcutInfo> shortcuts = getShortcuts(q, user);
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java375 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, method in class:LauncherAppsService.LauncherAppsImpl
389 mShortcutServiceInternal.getShortcuts(getCallingUserId(),
813 mShortcutServiceInternal.getShortcuts(launcherUserId,
H A DShortcutService.java2255 public List<ShortcutInfo> getShortcuts(int launcherUserId, method in class:ShortcutService.LocalService

Completed in 126 milliseconds