Home
last modified time | relevance | path

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

/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerManagedUserTest.java42 getLauncherApps().getShortcuts(q, userManaged); in test01_managedProfileNotStarted()
75 assertWith(getLauncherApps().getShortcuts(q, userCurrent)) in test04_getAndLaunch_primary()
82 assertWith(getLauncherApps().getShortcuts(q, userOther)) in test04_getAndLaunch_primary()
111 assertWith(getLauncherApps().getShortcuts(q, userCurrent)) in test05_getAndLaunch_managed()
121 assertWith(getLauncherApps().getShortcuts(q, userOther)).isEmpty(); in test05_getAndLaunch_managed()
DShortcutManagerSecondaryUserTest.java52 final List<ShortcutInfo> list = getLauncherApps().getShortcuts(q, user); in testCreateAndStart()
83 getLauncherApps().getShortcuts(q, user0); in testDifferentUserNotAccessible()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java97 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()
113 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
125 private List<ShortcutInfo> getShortcuts(UserHandle otherProfileUserHandle, in getShortcuts() method in LauncherAppsTest
131 .getShortcuts(query, otherProfileUserHandle); in getShortcuts()
/cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
DShortcutManagerDeviceTestBase.java102 final List<ShortcutInfo> found = getLauncherApps().getShortcuts(q, getUserHandle()); in getIconAsLauncher()
130 return getLauncherApps().getShortcuts(q, getUserHandle()); in getPackageShortcuts()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java108 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut()
172 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers()
234 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers_withDynamic()
284 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers_withDynamic()
DShortcutManagerSpoofDetectionTest.java96 getLauncherApps().getShortcuts(q, getUserHandle()); in testLauncherSpoofing()
DShortcutManagerClientApiTest.java1996 assertWith(getManager().getShortcuts(ShortcutManager.FLAG_MATCH_MANIFEST)) in testGetShortcuts()
1999 assertWith(getManager().getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC)) in testGetShortcuts()
2002 assertWith(getManager().getShortcuts(ShortcutManager.FLAG_MATCH_PINNED)) in testGetShortcuts()
2005 assertWith(getManager().getShortcuts(ShortcutManager.FLAG_MATCH_CACHED)) in testGetShortcuts()
2008 assertWith(getManager().getShortcuts( in testGetShortcuts()
2011 assertWith(getManager().getShortcuts( in testGetShortcuts()
2014 assertWith(getManager().getShortcuts( in testGetShortcuts()
2017 assertWith(getManager().getShortcuts( in testGetShortcuts()
2020 assertWith(getManager().getShortcuts( in testGetShortcuts()
2023 assertWith(getManager().getShortcuts( in testGetShortcuts()
[all …]
DShortcutManagerLauncherApiTest.java451 assertWith(manager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC)) in setDynamicShortcuts_PersistsShortcutsToDisk()
505 assertWith(manager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC)) in removeAllDynamicShortcuts_RemovesShortcutsFromDisk()
564 assertWith(manager.getShortcuts(ShortcutManager.FLAG_MATCH_DYNAMIC)) in addDynamicShortcuts_PersistsShortcutsToDisk()
DShortcutManagerCtsTestsBase.java567 final List<ShortcutInfo> found = getLauncherApps().getShortcuts(q, getUserHandle()); in getIconAsLauncher()
646 return getLauncherApps().getShortcuts(q, getUserHandle()); in getShortcutsAsLauncher()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt12500 …method @Nullable public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(@NonNull andr…
13619 …od @NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getShortcuts(int);