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.java201 .haveIds("s5", "s3", "s1", "s2", "s4", "x3", "x2", "x1"); in testAddDynamicShortcuts_noManifestShortcuts()
216 .haveIds("s1", "s3"); in testAddDynamicShortcuts_noManifestShortcuts()
244 .haveIds("s3", "x2", "s1", "s5", "s10", "x1", "x10"); in testAddDynamicShortcuts_noManifestShortcuts()
261 .haveIds("s1", "s2", "s4", "s5", "s10"); in testAddDynamicShortcuts_noManifestShortcuts()
327 .haveIds("s4", "s3", "s2", "x2"); in testUpdateShortcuts_noManifestShortcuts()
355 .haveIds("s4", "x2", "s5", "x3"); in testUpdateShortcuts_noManifestShortcuts()
371 .haveIds("s3", "s2"); in testUpdateShortcuts_noManifestShortcuts()
432 .haveIds("s2", "s4"); in testDeleteDynamicShortcuts_noManifestShortcuts()
481 .haveIds("s2", "s4"); in testDisableShortcuts_noManifestShortcuts()
505 .haveIds("s4", "x2"); in testDisableShortcuts_noManifestShortcuts()
DShortcutManagerTest1.java437 .haveIds("si1") in testPublishWithNoActivity()
447 .haveIds("si1", "si2") in testPublishWithNoActivity()
462 .haveIds("si1", "si3") in testPublishWithNoActivity()
479 .haveIds("si1") in testPublishWithNoActivity()
490 .haveIds("si1", "si2") in testPublishWithNoActivity()
506 .haveIds("si1", "si3") in testPublishWithNoActivity()
1407 .haveIds("ms1", "ms2", "ms3", "s1", "s2", "s3") in testGetShortcuts_shortcutKinds()
1448 .haveIds("s1", "s2"); in testGetShortcuts_shortcutKinds()
1451 .haveIds("ms1", "ms2"); in testGetShortcuts_shortcutKinds()
1454 .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.java1281 .haveIds("s1")
1297 .haveIds("s1")
2120 .haveIds("manifest-shortcut-storage") in testLoadLegacySavedFile()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java837 public ShortcutListAsserter haveIds(String... expectedIds) { in haveIds() method in ShortcutListAsserter