Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java133 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
DShortcutManagerTest1.java654 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
664 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
668 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
679 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
683 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
696 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
707 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
711 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
723 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
727 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
[all …]
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()
DShortcutManagerTest2.java1519 .forShortcutWithId("s1", si -> {
1535 .forShortcutWithId("s1", si -> {
2372 .forShortcutWithId("manifest-shortcut-storage", si -> { in testLoadLegacySavedFile()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java1087 public ShortcutListAsserter forShortcutWithId(String id, Consumer<ShortcutInfo> sa) { in forShortcutWithId() method in ShortcutListAsserter