Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java88 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
96 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
106 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
115 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
124 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
126 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()
128 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A3) in testSetDynamicShortcuts_noManifestShortcuts()
139 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()
141 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()
182 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testAddDynamicShortcuts_noManifestShortcuts()
[all …]
H A DShortcutManagerTest1.java5583 .selectDynamic().isEmpty().revertToOriginalList() // no dynamics. in testHandlePackageChanged()
5765 .selectDynamic() in checkBackupAndRestore_success()
5794 .selectDynamic() in checkBackupAndRestore_success()
6329 .selectDynamic() in testBackupAndRestore_disabled()
6391 .selectDynamic() in testBackupAndRestore_manifestRePublished()
6497 .selectDynamic() in testBackupAndRestore_appAlreadyInstalledWhenRestored()
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java843 public ShortcutListAsserter selectDynamic() { in selectDynamic() method in ShortcutListAsserter