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.java2038 .selectByIds("ms1", "ms2") in testGetShortcuts_shortcutKinds()
2044 .selectByIds("ms3") in testGetShortcuts_shortcutKinds()
2051 .selectByIds("s1", "s2") in testGetShortcuts_shortcutKinds()
2057 .selectByIds("s3") in testGetShortcuts_shortcutKinds()
2064 .selectByIds("s1", "ms1") in testGetShortcuts_shortcutKinds()
2068 .selectByIds("s2", "s3", "ms2", "ms3") in testGetShortcuts_shortcutKinds()
2455 .selectByIds("s3") in testDisableAndEnableShortcuts()
2459 .selectByIds("s4") in testDisableAndEnableShortcuts()
2525 .selectByIds("s1") in testDisableShortcuts_thenRepublish()
2531 .selectByIds("s2", "s3") in testDisableShortcuts_thenRepublish()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java874 public ShortcutListAsserter selectByIds(String... ids) { in selectByIds() method in ShortcutListAsserter