Home
last modified time | relevance | path

Searched refs:haveIds (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java290 .haveIds("s1") in checkRequestPinShortcut()
301 .haveIds("s1"); in checkRequestPinShortcut()
313 .haveIds("s1") in checkRequestPinShortcut()
365 .haveIds("s1") in testRequestPinShortcut_explicitTargetActivity()
374 .haveIds("s1"); in testRequestPinShortcut_explicitTargetActivity()
381 .haveIds("s1") in testRequestPinShortcut_explicitTargetActivity()
447 .haveIds("s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()
456 .haveIds("s1"); in testRequestPinShortcut_noTargetActivity_noMainActivity()
463 .haveIds("s1") in testRequestPinShortcut_noTargetActivity_noMainActivity()
489 .haveIds("s1") in testRequestPinShortcut_dynamicExists()
[all …]
DShortcutManagerTest3.java194 .haveIds("s5", "s3", "s1", "s2", "s4", "x3", "x2", "x1"); in testAddDynamicShortcuts_noManifestShortcuts()
209 .haveIds("s1", "s3"); in testAddDynamicShortcuts_noManifestShortcuts()
237 .haveIds("s3", "x2", "s1", "s5", "s10", "x1", "x10"); in testAddDynamicShortcuts_noManifestShortcuts()
254 .haveIds("s1", "s2", "s4", "s5", "s10"); in testAddDynamicShortcuts_noManifestShortcuts()
320 .haveIds("s4", "s3", "s2", "x2"); in testUpdateShortcuts_noManifestShortcuts()
348 .haveIds("s4", "x2", "s5", "x3"); in testUpdateShortcuts_noManifestShortcuts()
364 .haveIds("s3", "s2"); in testUpdateShortcuts_noManifestShortcuts()
425 .haveIds("s2", "s4"); in testDeleteDynamicShortcuts_noManifestShortcuts()
474 .haveIds("s2", "s4"); in testDisableShortcuts_noManifestShortcuts()
498 .haveIds("s4", "x2"); in testDisableShortcuts_noManifestShortcuts()
DShortcutManagerTest1.java426 .haveIds("si1") in testPublishWithNoActivity()
436 .haveIds("si1", "si2") in testPublishWithNoActivity()
451 .haveIds("si1", "si3") in testPublishWithNoActivity()
468 .haveIds("si1") in testPublishWithNoActivity()
479 .haveIds("si1", "si2") in testPublishWithNoActivity()
495 .haveIds("si1", "si3") in testPublishWithNoActivity()
1396 .haveIds("ms1", "ms2", "ms3", "s1", "s2", "s3") in testGetShortcuts_shortcutKinds()
1437 .haveIds("s1", "s2"); in testGetShortcuts_shortcutKinds()
1440 .haveIds("ms1", "ms2"); in testGetShortcuts_shortcutKinds()
1443 .haveIds("s2", "s3", "ms2", "ms3"); in testGetShortcuts_shortcutKinds()
[all …]
DShortcutManagerTest7.java304 .haveIds("ms1", "ms2", "s1", "s2") in testClearShortcuts()
308 .haveIds("ms2", "s2"); in testClearShortcuts()
322 .haveIds("ms1", "ms2", "s1", "s2") in testClearShortcuts()
326 .haveIds("ms2", "s2"); in testClearShortcuts()
335 .haveIds("ms1", "ms2") in testClearShortcuts()
DShortcutManagerTest4.java119 .haveIds("s1", "s{\u0000}{\u0001}{\uD800\uDC00}x[?][?]") in testPersistingWeirdCharacters()
DShortcutManagerTest2.java1220 .haveIds("s1")
1236 .haveIds("s1")
2059 .haveIds("manifest-shortcut-storage") in testLoadLegacySavedFile()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java831 public ShortcutListAsserter haveIds(String... expectedIds) { in haveIds() method in ShortcutListAsserter