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.java155 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
158 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
167 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A1) in runTestWithManifestShortcuts()
170 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
DShortcutManagerTest1.java4945 .selectManifest() in checkHandlePackageDeleteInner()
6436 .selectManifest() in testBackupAndRestore_manifestRePublished()
6542 .selectManifest() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
7211 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7250 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7321 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7333 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7365 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7369 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcut_publishOnBroadcast()
7971 assertWith(getCallerShortcuts()).selectManifest() in testManifestShortcuts_duplicateInTwoActivities()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java848 public ShortcutListAsserter selectManifest() { in selectManifest() method in ShortcutListAsserter