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.java492 .areAllNotPinned(); in testRequestPinShortcut_dynamicExists()
511 .areAllNotPinned() in testRequestPinShortcut_dynamicExists()
547 .areAllNotPinned(); in testRequestPinShortcut_manifestExists()
566 .areAllNotPinned() in testRequestPinShortcut_manifestExists()
890 .areAllNotPinned() // Note it's not pinned by this launcher. in testRequestPinShortcut_dynamicExists_alreadyPinnedByAnother()
953 .areAllNotPinned() // Note it's not pinned by this launcher. in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother()
1011 .areAllNotPinned() in testRequestPinShortcut_launcherAlreadyHasPinned()
1058 .areAllNotPinned(); in testRequestPinShortcut_dynamicExists_titleWontChange()
1077 .areAllNotPinned() in testRequestPinShortcut_dynamicExists_titleWontChange()
1120 .areAllNotPinned(); in testRequestPinShortcut_manifestExists_titleWontChange()
[all …]
DShortcutManagerTest7.java337 .areAllNotPinned(); in testClearShortcuts()
DShortcutManagerTest1.java1436 .areAllNotPinned() in testGetShortcuts_shortcutKinds()
3081 .areAllNotPinned() in testLauncherCallback()
3714 .areAllNotPinned() in testCleanupPackage_republishManifests()
4327 .areAllNotPinned(); in testHandlePackageClearData_manifestRepublished()
6872 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
6929 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
6944 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
6970 .areAllNotPinned() in testManifestShortcuts_intentDefinitions()
7017 .areAllNotPinned() in testManifestShortcuts_checkAllFields()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java882 public ShortcutListAsserter areAllNotPinned() { in areAllNotPinned() method in ShortcutListAsserter