Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java319 .areAllPinned() in checkRequestPinShortcut()
389 .areAllPinned() in testRequestPinShortcut_explicitTargetActivity()
471 .areAllPinned() in testRequestPinShortcut_noTargetActivity_noMainActivity()
532 .areAllPinned(); in testRequestPinShortcut_dynamicExists()
589 .areAllPinned(); in testRequestPinShortcut_manifestExists()
616 .areAllPinned(); in testRequestPinShortcut_dynamicExists_alreadyPinned()
632 .areAllPinned(); in testRequestPinShortcut_dynamicExists_alreadyPinned()
652 .areAllPinned() // Note it's pinned already. in testRequestPinShortcut_dynamicExists_alreadyPinned()
674 .areAllPinned(); in testRequestPinShortcut_dynamicExists_alreadyPinned()
695 .areAllPinned(); in testRequestPinShortcut_manifestExists_alreadyPinned()
[all …]
DShortcutManagerTest1.java2069 .areAllPinned() in testGetShortcuts_shortcutKinds()
2442 .areAllPinned() in testDisableAndEnableShortcuts()
2452 .areAllPinned() in testDisableAndEnableShortcuts()
2503 .areAllPinned() in testDisableShortcuts_thenRepublish()
2513 .areAllPinned() in testDisableShortcuts_thenRepublish()
2527 .areAllPinned() in testDisableShortcuts_thenRepublish()
2533 .areAllPinned() in testDisableShortcuts_thenRepublish()
2547 .areAllPinned() in testDisableShortcuts_thenRepublish()
2553 .areAllPinned() in testDisableShortcuts_thenRepublish()
3750 .areAllPinned() in testLauncherCallback()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java940 public ShortcutListAsserter areAllPinned() { in areAllPinned() method in ShortcutListAsserter