/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1260 … 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 …]
|
D | BaseShortcutManagerTest.java | 1812 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/ |
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 | 59 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() method
|
D | LauncherApps.java | 801 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/ |
D | LauncherAppsService.java | 428 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()
|
D | ShortcutService.java | 2502 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts() method in ShortcutService.LocalService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17853 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…
|
D | hiddenapi-public-dex.txt | 8056 Landroid/content/pm/LauncherApps;->getShortcuts(Landroid/content/pm/LauncherApps$ShortcutQuery;Land…
|
/frameworks/base/api/ |
D | current.txt | 10921 …method public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(android.content.pm.Laun…
|