Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1993 .selectByIds("ms3") in testGetShortcuts_shortcutKinds()
2006 .selectByIds("s3") in testGetShortcuts_shortcutKinds()
2404 .selectByIds("s3") in testDisableAndEnableShortcuts()
2408 .selectByIds("s4") in testDisableAndEnableShortcuts()
2474 .selectByIds("s1") in testDisableShortcuts_thenRepublish()
2500 .selectByIds("s3") in testDisableShortcuts_thenRepublish()
4483 .selectByIds("ms1") in testCleanupPackage_republishManifests()
4488 .selectByIds("ms2") in testCleanupPackage_republishManifests()
4493 .selectByIds("s1") in testCleanupPackage_republishManifests()
4498 .selectByIds("s2") in testCleanupPackage_republishManifests()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java874 public ShortcutListAsserter selectByIds(String... ids) { in selectByIds() method in ShortcutListAsserter