Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java1054 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 DShortcutManagerTest12.java255 mManager.updateShortcuts(list(makeShortcutWithShortLabel("s3", "custom"))); in testUpdateShortcuts_UpdateShortcutsOnDisk()
H A DShortcutManagerTest1.java6585 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 DBaseShortcutManagerTest.java1544 protected ShortcutInfo makeShortcutWithShortLabel(String id, String shortLabel) { in makeShortcutWithShortLabel() method in BaseShortcutManagerTest