Home
last modified time | relevance | path

Searched refs:shortcuts (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java108 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut()
110 if (shortcuts == null) { in testRequestPinShortcut()
114 assertWith(shortcuts) in testRequestPinShortcut()
172 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers()
174 if (shortcuts == null) { in testRequestPinShortcut_multiLaunchers()
178 assertWith(shortcuts) in testRequestPinShortcut_multiLaunchers()
234 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers_withDynamic()
236 if (shortcuts == null) { in testRequestPinShortcut_multiLaunchers_withDynamic()
240 assertWith(shortcuts) in testRequestPinShortcut_multiLaunchers_withDynamic()
284 final List<ShortcutInfo> shortcuts = getLauncherApps().getShortcuts(query, in testRequestPinShortcut_multiLaunchers_withDynamic()
[all …]
DShortcutManagerLauncherCallbackTest.java83 String packageName, List<ShortcutInfo> shortcuts, UserHandle user) { in onShortcutsChanged() argument
89 for (ShortcutInfo si : shortcuts) { in onShortcutsChanged()
98 for (ShortcutInfo si : shortcuts) { in onShortcutsChanged()
103 lastShortcuts.addAll(shortcuts); in onShortcutsChanged()
/cts/hostsidetests/shortcuts/deviceside/
DAndroid.bp6 name: "hostsidetests-shortcuts-deviceside-defaults",
8 "hostsidetests-shortcuts-deviceside-common",
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java97 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
100 Drawable drawable = launcherApps.getShortcutIconDrawable(shortcuts.get(0), DENSITY_DEFAULT); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()
113 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
120 Drawable drawable = launcherApps.getShortcutIconDrawable(shortcuts.get(0), DENSITY_DEFAULT); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
43 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
42 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/common/
DAndroid.bp6 name: "hostsidetests-shortcuts-deviceside-common",
/cts/hostsidetests/shortcuts/deviceside/upgrade/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
41 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_nomanifest/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4new/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_wrongkey/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/multiuser/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old_nomanifest/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_nobackup/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/launcher3/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/launcher2/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/hostsidetests/shortcuts/deviceside/backup/launcher1/
DAndroid.bp23 "hostsidetests-shortcuts-deviceside-defaults",
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java1120 public void addShortcuts(ShortcutInfo... shortcuts) { in addShortcuts() argument
1121 mShortcutManager.addDynamicShortcuts(Arrays.asList(shortcuts)); in addShortcuts()