Searched refs:getShortcuts (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1220 … 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 …]
|
D | BaseShortcutManagerTest.java | 1762 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/ |
D | ShortcutParser.java | 74 public List<Shortcut> getShortcuts() { in getShortcuts() method in ShortcutParser 141 new ComponentName(sp[0], sp[1])).getShortcuts()) { in create()
|
D | ShortcutPicker.java | 69 info.getComponentName()).getShortcuts(); in onCreatePreferences()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 45 getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 57 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() method
|
D | LauncherApps.java | 697 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/ |
D | LauncherAppsService.java | 447 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()
|
D | ShortcutService.java | 2369 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutService.LocalService
|
/frameworks/base/api/ |
D | current.txt | 10331 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…
|
D | system-current.txt | 11002 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…
|