Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest4.java131 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
H A DShortcutManagerTest1.java598 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
608 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
612 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
623 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
627 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
640 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
651 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
655 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
667 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
671 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
[all …]
H A DShortcutManagerTest8.java1094 .forShortcutWithId("s1", (si) -> { in testRequestPinShortcut_dynamicExists_titleWontChange()
1158 .forShortcutWithId("ms1", (si) -> { in testRequestPinShortcut_manifestExists_titleWontChange()
1275 .forShortcutWithId("s1", si -> { in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1392 .forShortcutWithId("ms1", si -> { in testRequestPinShortcut_manifestExists_thenRemoved_okay()
H A DShortcutManagerTest2.java1470 .forShortcutWithId("s1", si -> {
1486 .forShortcutWithId("s1", si -> {
2323 .forShortcutWithId("manifest-shortcut-storage", si -> { in testLoadLegacySavedFile()
/aosp12/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