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.java120 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
DShortcutManagerTest1.java427 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
437 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
441 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
452 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
456 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
469 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
480 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
484 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity()
496 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity()
500 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity()
[all …]
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()
DShortcutManagerTest2.java1221 .forShortcutWithId("s1", si -> {
1237 .forShortcutWithId("s1", si -> {
2060 .forShortcutWithId("manifest-shortcut-storage", si -> { in testLoadLegacySavedFile()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java1018 public ShortcutListAsserter forShortcutWithId(String id, Consumer<ShortcutInfo> sa) { in forShortcutWithId() method in ShortcutListAsserter