Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1260 … mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1, in testGetShortcuts()
1266 mLauncherApps.getShortcuts(buildQuery(/* time =*/ 0, CALLING_PACKAGE_1, in testGetShortcuts()
1273 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1282 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1291 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1300 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1307 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1314 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1321 assertAllKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
1334 assertAllNotKeyFieldsOnly(mLauncherApps.getShortcuts(buildQuery( in testGetShortcuts()
[all …]
DBaseShortcutManagerTest.java1812 ret[0] = mLauncherApps.getShortcuts(q, UserHandle.of(userId));
1825 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.aidl59 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() method
DLauncherApps.java801 public List<ShortcutInfo> getShortcuts(@NonNull ShortcutQuery query, in getShortcuts() method in LauncherApps
811 return maybeUpdateDisabledMessage(mService.getShortcuts(mContext.getPackageName(), in getShortcuts()
831 return getShortcuts(q, user); in getShortcutInfo()
879 final List<ShortcutInfo> shortcuts = getShortcuts(q, user); in getShortcutIconResId()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java428 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, in getShortcuts() method in LauncherAppsService.LauncherAppsImpl
442 mShortcutServiceInternal.getShortcuts(getCallingUserId(), in getShortcuts()
849 mShortcutServiceInternal.getShortcuts(launcherUserId, in onShortcutChangedInner()
DShortcutService.java2502 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutService.LocalService
/frameworks/base/config/
Dboot-image-profile.txt17853 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcuts(Ljava/lang/String;JLjava/lang/String…
17866 HSPLandroid/content/pm/ILauncherApps;->getShortcuts(Ljava/lang/String;JLjava/lang/String;Ljava/util…
18261 HSPLandroid/content/pm/LauncherApps;->getShortcuts(Landroid/content/pm/LauncherApps$ShortcutQuery;L…
18880 HSPLandroid/content/pm/ShortcutServiceInternal;->getShortcuts(ILjava/lang/String;JLjava/lang/String…
Dhiddenapi-public-dex.txt8056 Landroid/content/pm/LauncherApps;->getShortcuts(Landroid/content/pm/LauncherApps$ShortcutQuery;Land…
/frameworks/base/api/
Dcurrent.txt10921 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…