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