Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
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()
DShortcutManagerTest1.java5804 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()
DBaseShortcutManagerTest.java1426 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() method in BaseShortcutManagerTest