Searched refs:forShortcutWithId (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest4.java | 131 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
|
H A D | ShortcutManagerTest1.java | 598 .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 D | ShortcutManagerTest8.java | 1094 .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 D | ShortcutManagerTest2.java | 1470 .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 D | ShortcutManagerTestUtils.java | 1087 public ShortcutListAsserter forShortcutWithId(String id, Consumer<ShortcutInfo> sa) { in forShortcutWithId() method in ShortcutListAsserter
|