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.java293 .areAllWithNoIntent(); in checkRequestPinShortcut()
368 .areAllWithNoIntent(); in testRequestPinShortcut_explicitTargetActivity()
450 .areAllWithNoIntent(); in testRequestPinShortcut_noTargetActivity_noMainActivity()
513 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists()
569 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists()
649 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists_alreadyPinned()
730 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists_alreadyPinned()
892 .areAllWithNoIntent(); in testRequestPinShortcut_dynamicExists_alreadyPinnedByAnother()
956 .areAllWithNoIntent(); in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother()
1013 .areAllWithNoIntent(); in testRequestPinShortcut_launcherAlreadyHasPinned()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java979 public ShortcutListAsserter areAllWithNoIntent() { in areAllWithNoIntent() method in ShortcutListAsserter