Searched refs:makeShortcutWithShortLabel (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest8.java | 1049 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()
|
D | ShortcutManagerTest1.java | 5804 makeShortcutWithShortLabel("s1", "original-title"), in testBackupAndRestore_disabledShortcutsAreIgnored() 5898 getManager().updateShortcuts(list(makeShortcutWithShortLabel("s1", "new-title"))); in testBackupAndRestore_disabledShortcutsAreIgnored() 5904 makeShortcutWithShortLabel("ms1", "original-title")))); in testBackupAndRestore_disabledShortcutsAreIgnored() 5927 makeShortcutWithShortLabel("ms2", "new-title-2")))); in testBackupAndRestore_disabledShortcutsAreIgnored() 5966 makeShortcutWithShortLabel("ms3", "new-title-3"), in testBackupAndRestore_disabledShortcutsAreIgnored() 5992 makeShortcutWithShortLabel("ms4", "new-title-4"), in testBackupAndRestore_disabledShortcutsAreIgnored()
|
D | BaseShortcutManagerTest.java | 1426 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() method in BaseShortcutManagerTest
|