Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1988 .selectByIds("ms3") in testGetShortcuts_shortcutKinds()
2001 .selectByIds("s3") in testGetShortcuts_shortcutKinds()
2399 .selectByIds("s3") in testDisableAndEnableShortcuts()
2403 .selectByIds("s4") in testDisableAndEnableShortcuts()
2469 .selectByIds("s1") in testDisableShortcuts_thenRepublish()
2495 .selectByIds("s3") in testDisableShortcuts_thenRepublish()
4315 .selectByIds("ms1") in testCleanupPackage_republishManifests()
4320 .selectByIds("ms2") in testCleanupPackage_republishManifests()
4325 .selectByIds("s1") in testCleanupPackage_republishManifests()
4330 .selectByIds("s2") in testCleanupPackage_republishManifests()
[all …]
/aosp12/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