Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java7089 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7098 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7107 assertAllEnabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
7361 assertAllEnabled(list(getCallerShortcut("ms1"))); in testManifestShortcut_publishOnBroadcast()
7362 assertAllEnabled(list(getCallerShortcut("ms2"))); in testManifestShortcut_publishOnBroadcast()
8062 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
8065 assertShortcutIds(assertAllManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
8521 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
8538 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
8558 assertShortcutIds(assertAllEnabled(mManager.getPinnedShortcuts()), in testShortcutsPushedOutByManifest()
[all …]
/aosp12/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