Home
last modified time | relevance | path

Searched refs:makeShortcutWithShortLabel (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java1049 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("s1", "xxx"), in testRequestPinShortcut_dynamicExists_titleWontChange()
1110 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("ms1", "xxx"), in testRequestPinShortcut_manifestExists_titleWontChange()
1237 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("s1", "new"), in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1348 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("ms1", "new"), in testRequestPinShortcut_manifestExists_thenRemoved_okay()
H A DShortcutManagerTest1.java6417 makeShortcutWithShortLabel("s1", "original-title"), in testBackupAndRestore_disabledShortcutsAreIgnored()
6511 getManager().updateShortcuts(list(makeShortcutWithShortLabel("s1", "new-title"))); in testBackupAndRestore_disabledShortcutsAreIgnored()
6517 makeShortcutWithShortLabel("ms1", "original-title")))); in testBackupAndRestore_disabledShortcutsAreIgnored()
6540 makeShortcutWithShortLabel("ms2", "new-title-2")))); in testBackupAndRestore_disabledShortcutsAreIgnored()
6579 makeShortcutWithShortLabel("ms3", "new-title-3"), in testBackupAndRestore_disabledShortcutsAreIgnored()
6605 makeShortcutWithShortLabel("ms4", "new-title-4"), in testBackupAndRestore_disabledShortcutsAreIgnored()
H A DBaseShortcutManagerTest.java1782 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() method in BaseShortcutManagerTest