Home
last modified time | relevance | path

Searched refs:areAllNotPinned (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java497 .areAllNotPinned(); in testRequestPinShortcut_dynamicExists()
516 .areAllNotPinned() in testRequestPinShortcut_dynamicExists()
552 .areAllNotPinned(); in testRequestPinShortcut_manifestExists()
571 .areAllNotPinned() in testRequestPinShortcut_manifestExists()
895 .areAllNotPinned() // Note it's not pinned by this launcher. in testRequestPinShortcut_dynamicExists_alreadyPinnedByAnother()
958 .areAllNotPinned() // Note it's not pinned by this launcher. in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother()
1016 .areAllNotPinned() in testRequestPinShortcut_launcherAlreadyHasPinned()
1063 .areAllNotPinned(); in testRequestPinShortcut_dynamicExists_titleWontChange()
1082 .areAllNotPinned() in testRequestPinShortcut_dynamicExists_titleWontChange()
1125 .areAllNotPinned(); in testRequestPinShortcut_manifestExists_titleWontChange()
[all …]
DShortcutManagerTest7.java334 .areAllNotPinned(); in testClearShortcuts()
DShortcutManagerTest1.java2065 .areAllNotPinned() in testGetShortcuts_shortcutKinds()
3757 .areAllNotPinned() in testLauncherCallback()
4553 .areAllNotPinned() in testCleanupPackage_republishManifests()
5165 .areAllNotPinned(); in testHandlePackageClearData_manifestRepublished()
7479 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
7536 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
7551 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
7577 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
7624 .areAllNotPinned() in testManifestShortcuts_checkAllFields()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java945 public ShortcutListAsserter areAllNotPinned() { in areAllNotPinned() method in ShortcutListAsserter