Home
last modified time | relevance | path

Searched refs:getShortcuts (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1220 … mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1, in testGetShortcuts()
1226 mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1, in testGetShortcuts()
1233 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1242 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1251 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1260 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1267 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1274 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1281 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1294 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java1762 ret[0] = mLauncherApps.getShortcuts(q, UserHandle.of(userId));
1775 return mLauncherApps.getShortcuts(q, UserHandle.of(targetUserId));
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DShortcutParser.java74 public List<Shortcut> getShortcuts() { in getShortcuts() method in ShortcutParser
141 new ComponentName(sp[0], sp[1])).getShortcuts()) { in create()
DShortcutPicker.java69 info.getComponentName()).getShortcuts(); in onCreatePreferences()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java45 getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutServiceInternal
DILauncherApps.aidl57 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() method
DLauncherApps.java697 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, in getShortcuts() method in LauncherApps
701 return mService.getShortcuts(mContext.getPackageName(), in getShortcuts()
721 return getShortcuts(q, user); in getShortcutInfo()
769 final List<ShortcutInfo> shortcuts = getShortcuts(q, user); in getShortcutIconResId()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java447 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, in getShortcuts() method in LauncherAppsService.LauncherAppsImpl
462 mShortcutServiceInternal.getShortcuts(getCallingUserId(), in getShortcuts()
912 mShortcutServiceInternal.getShortcuts(launcherUserId, in onShortcutChangedInner()
DShortcutService.java2369 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutService.LocalService
/frameworks/base/api/
Dcurrent.txt10331 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…
Dsystem-current.txt11002 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…