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