Searched refs:haveRanksInOrder (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest3.java | 89 .haveRanksInOrder("s1"); in testSetDynamicShortcuts_noManifestShortcuts() 125 .haveRanksInOrder("s5"); in testSetDynamicShortcuts_noManifestShortcuts() 127 .haveRanksInOrder("s4"); in testSetDynamicShortcuts_noManifestShortcuts() 129 .haveRanksInOrder("s3"); in testSetDynamicShortcuts_noManifestShortcuts() 159 .haveRanksInOrder("ms1"); in runTestWithManifestShortcuts() 171 .haveRanksInOrder("ms1"); in runTestWithManifestShortcuts() 183 .haveRanksInOrder("s1"); in testAddDynamicShortcuts_noManifestShortcuts() 371 .haveRanksInOrder("s3"); in testUpdateShortcuts_noManifestShortcuts() 432 .haveRanksInOrder("x3", "x2"); in testDeleteDynamicShortcuts_noManifestShortcuts() 481 .haveRanksInOrder("x3", "x2"); in testDisableShortcuts_noManifestShortcuts() [all …]
|
H A D | ShortcutManagerTest1.java | 7411 .haveRanksInOrder("ms1", "ms2", "ms3", "ms4", "ms5"); in testManifestShortcut_publishOnBroadcast() 7450 .haveRanksInOrder("ms1", "ms2"); in testManifestShortcut_publishOnBroadcast() 7521 .haveRanksInOrder("ms1", "ms2"); in testManifestShortcut_publishOnBroadcast() 7533 .haveRanksInOrder("ms1", "ms2"); in testManifestShortcut_publishOnBroadcast() 7565 .haveRanksInOrder("ms1_alt", "ms2_alt", "ms3_alt", "ms4_alt", "ms5_alt"); in testManifestShortcut_publishOnBroadcast() 7569 .haveRanksInOrder("ms5", "ms4", "ms3", "ms2", "ms1"); in testManifestShortcut_publishOnBroadcast() 8171 .haveRanksInOrder("ms1"); in testManifestShortcuts_duplicateInTwoActivities() 8175 .haveRanksInOrder("ms2", "ms3", "ms4", "ms5"); in testManifestShortcuts_duplicateInTwoActivities()
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 918 public ShortcutListAsserter haveRanksInOrder(String... expectedIds) { in haveRanksInOrder() method in ShortcutListAsserter
|