Home
last modified time | relevance | path

Searched refs:selectByIds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1409 .selectByIds("ms1", "ms2") in testGetShortcuts_shortcutKinds()
1415 .selectByIds("ms3") in testGetShortcuts_shortcutKinds()
1422 .selectByIds("s1", "s2") in testGetShortcuts_shortcutKinds()
1428 .selectByIds("s3") in testGetShortcuts_shortcutKinds()
1435 .selectByIds("s1", "ms1") in testGetShortcuts_shortcutKinds()
1439 .selectByIds("s2", "s3", "ms2", "ms3") in testGetShortcuts_shortcutKinds()
1779 .selectByIds("s3") in testDisableAndEnableShortcuts()
1783 .selectByIds("s4") in testDisableAndEnableShortcuts()
1849 .selectByIds("s1") in testDisableShortcuts_thenRepublish()
1855 .selectByIds("s2", "s3") in testDisableShortcuts_thenRepublish()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java811 public ShortcutListAsserter selectByIds(String... ids) { in selectByIds() method in ShortcutListAsserter