Home
last modified time | relevance | path

Searched refs:selectManifest (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java152 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
155 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
164 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
167 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
H A DShortcutManagerTest1.java4720 .selectManifest() in checkHandlePackageDeleteInner()
6219 .selectManifest() in testBackupAndRestore_manifestRePublished()
6325 .selectManifest() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
7232 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7271 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7342 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7354 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7386 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7390 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7992 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcuts_duplicateInTwoActivities()
[all …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java848 public ShortcutListAsserter selectManifest() { in selectManifest() method in ShortcutListAsserter