Home
last modified time | relevance | path

Searched defs:shortcuts (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java97 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull() local
113 List<ShortcutInfo> shortcuts = getShortcuts(otherProfileUserHandle, contextAsUser); in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerLauncherCallbackTest.java83 String packageName, List<ShortcutInfo> shortcuts, UserHandle user) { in onShortcutsChanged()
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetDeviceTest.java1120 public void addShortcuts(ShortcutInfo... shortcuts) { in addShortcuts()