/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerRequestPinTest.java | 108 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 …]
|
D | ShortcutManagerLauncherCallbackTest.java | 83 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/ |
D | Android.bp | 6 name: "hostsidetests-shortcuts-deviceside-defaults", 8 "hostsidetests-shortcuts-deviceside-common",
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | LauncherAppsTest.java | 97 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/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults", 43 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults", 42 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/common/ |
D | Android.bp | 6 name: "hostsidetests-shortcuts-deviceside-common",
|
/cts/hostsidetests/shortcuts/deviceside/upgrade/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults", 41 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_nomanifest/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4new/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_wrongkey/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/multiuser/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old_nomanifest/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4new_nobackup/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher3/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher2/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher1/ |
D | Android.bp | 23 "hostsidetests-shortcuts-deviceside-defaults",
|
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/ |
D | CtsSharesheetDeviceTest.java | 1120 public void addShortcuts(ShortcutInfo... shortcuts) { in addShortcuts() argument 1121 mShortcutManager.addDynamicShortcuts(Arrays.asList(shortcuts)); in addShortcuts()
|