Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java296 .areAllWithNoIntent(); in checkRequestPinShortcut()
373 .areAllWithNoIntent(); in testRequestPinShortcut_explicitTargetActivity()
455 .areAllWithNoIntent(); in testRequestPinShortcut_noTargetActivity_noMainActivity()
518 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists()
574 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists()
654 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists_alreadyPinned()
735 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists_alreadyPinned()
897 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists_alreadyPinnedByAnother()
961 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother()
1018 .areAllWithNoIntent(); in testRequestPinShortcut_launcherAlreadyHasPinned()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java1042 public ShortcutListAsserter areAllWithNoIntent() { in areAllWithNoIntent() method in ShortcutListAsserter