Searched refs:makeShortcutWithShortLabel (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest8.java | 1054 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("s1", "xxx"), in testRequestPinShortcut_dynamicExists_titleWontChange() 1115 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("ms1", "xxx"), in testRequestPinShortcut_manifestExists_titleWontChange() 1242 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("s1", "new"), in testRequestPinShortcut_dynamicExists_thenRemoved_okay() 1353 assertTrue(mManager.requestPinShortcut(makeShortcutWithShortLabel("ms1", "new"), in testRequestPinShortcut_manifestExists_thenRemoved_okay()
|
H A D | ShortcutManagerTest12.java | 255 mManager.updateShortcuts(list(makeShortcutWithShortLabel("s3", "custom"))); in testUpdateShortcuts_UpdateShortcutsOnDisk()
|
H A D | ShortcutManagerTest1.java | 6585 makeShortcutWithShortLabel("s1", "original-title"), in testBackupAndRestore_disabledShortcutsAreIgnored() 6679 getManager().updateShortcuts(list(makeShortcutWithShortLabel("s1", "new-title"))); in testBackupAndRestore_disabledShortcutsAreIgnored() 6685 makeShortcutWithShortLabel("ms1", "original-title")))); in testBackupAndRestore_disabledShortcutsAreIgnored() 6708 makeShortcutWithShortLabel("ms2", "new-title-2")))); in testBackupAndRestore_disabledShortcutsAreIgnored() 6747 makeShortcutWithShortLabel("ms3", "new-title-3"), in testBackupAndRestore_disabledShortcutsAreIgnored() 6773 makeShortcutWithShortLabel("ms4", "new-title-4"), in testBackupAndRestore_disabledShortcutsAreIgnored()
|
H A D | BaseShortcutManagerTest.java | 1544 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() method in BaseShortcutManagerTest
|