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.java1358 .selectByIds("ms1", "ms2") in testGetShortcuts_shortcutKinds()
1364 .selectByIds("ms3") in testGetShortcuts_shortcutKinds()
1371 .selectByIds("s1", "s2") in testGetShortcuts_shortcutKinds()
1377 .selectByIds("s3") in testGetShortcuts_shortcutKinds()
1384 .selectByIds("s1", "ms1") in testGetShortcuts_shortcutKinds()
1388 .selectByIds("s2", "s3", "ms2", "ms3") in testGetShortcuts_shortcutKinds()
1720 .selectByIds("s3") in testDisableAndEnableShortcuts()
1724 .selectByIds("s4") in testDisableAndEnableShortcuts()
1790 .selectByIds("s1") in testDisableShortcuts_thenRepublish()
1796 .selectByIds("s2", "s3") in testDisableShortcuts_thenRepublish()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java803 public ShortcutListAsserter selectByIds(String... ids) { in selectByIds() method in ShortcutListAsserter