Home
last modified time | relevance | path

Searched refs:forShortcutWithId (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest4.java133 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
H A DShortcutManagerTest1.java603 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
613 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
617 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
628 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
632 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
645 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
656 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
660 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
672 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
676 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
[all …]
H A DShortcutManagerTest8.java1099 .forShortcutWithId("s1", (si) -> { in testRequestPinShortcut_dynamicExists_titleWontChange()
1163 .forShortcutWithId("ms1", (si) -> { in testRequestPinShortcut_manifestExists_titleWontChange()
1280 .forShortcutWithId("s1", si -> { in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1397 .forShortcutWithId("ms1", si -> { in testRequestPinShortcut_manifestExists_thenRemoved_okay()
H A DShortcutManagerTest2.java1519 .forShortcutWithId("s1", si -> {
1535 .forShortcutWithId("s1", si -> {
2372 .forShortcutWithId("manifest-shortcut-storage", si -> { in testLoadLegacySavedFile()
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java1087 public ShortcutListAsserter forShortcutWithId(String id, Consumer<ShortcutInfo> sa) { in forShortcutWithId() method in ShortcutListAsserter