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.java4096 .selectManifest() in checkHandlePackageDeleteInner()
5595 .selectManifest() in testBackupAndRestore_manifestRePublished()
5701 .selectManifest() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6573 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6612 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6683 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6695 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6727 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
6731 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7333 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcuts_duplicateInTwoActivities()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java779 public ShortcutListAsserter selectManifest() { in selectManifest() method in ShortcutListAsserter