Home
last modified time | relevance | path

Searched refs:assertAllEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java7265 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7274 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7283 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7537 assertAllEnabled(list(getCallerShortcut("ms1"))); in testManifestShortcut_publishOnBroadcast()
7538 assertAllEnabled(list(getCallerShortcut("ms2"))); in testManifestShortcut_publishOnBroadcast()
8238 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
8241 assertShortcutIds(assertAllManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
8697 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
8714 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
8734 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java629 public static List<ShortcutInfo> assertAllEnabled( in assertAllEnabled() method in ShortcutManagerTestUtils