Searched refs:forShortcutWithId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest4.java | 120 .forShortcutWithId("s1", si -> { in testPersistingWeirdCharacters()
|
D | ShortcutManagerTest1.java | 438 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 448 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 452 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity() 463 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 467 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity() 480 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 491 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 495 .forShortcutWithId("si2", si -> { in testPublishWithNoActivity() 507 .forShortcutWithId("si1", si -> { in testPublishWithNoActivity() 511 .forShortcutWithId("si3", si -> { in testPublishWithNoActivity() [all …]
|
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()
|
D | ShortcutManagerTest2.java | 1282 .forShortcutWithId("s1", si -> { 1298 .forShortcutWithId("s1", si -> { 2121 .forShortcutWithId("manifest-shortcut-storage", si -> { in testLoadLegacySavedFile()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 1024 public ShortcutListAsserter forShortcutWithId(String id, Consumer<ShortcutInfo> sa) { in forShortcutWithId() method in ShortcutListAsserter
|