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.java145 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
148 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
157 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
160 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
DShortcutManagerTest1.java3938 .selectManifest() in checkHandlePackageDeleteInner()
5365 .selectManifest() in testBackupAndRestore_manifestRePublished()
5469 .selectManifest() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6052 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6089 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6144 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6156 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6188 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6192 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6794 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcuts_duplicateInTwoActivities()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java773 public ShortcutListAsserter selectManifest() { in selectManifest() method in ShortcutListAsserter