Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
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()
DShortcutManagerTest1.java4107 .selectManifest() in checkHandlePackageDeleteInner()
5606 .selectManifest() in testBackupAndRestore_manifestRePublished()
5712 .selectManifest() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6604 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6643 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6714 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6726 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6758 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6762 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7364 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcuts_duplicateInTwoActivities()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java785 public ShortcutListAsserter selectManifest() { in selectManifest() method in ShortcutListAsserter