Searched refs:assertWith (Results 1 – 7 of 7) sorted by relevance
18 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;78 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()86 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()96 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()105 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()114 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()116 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()118 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A3) in testSetDynamicShortcuts_noManifestShortcuts()129 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A1) in testSetDynamicShortcuts_noManifestShortcuts()131 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()[all …]
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;272 assertWith(getCallerShortcuts()) in checkRequestPinShortcut()289 assertWith(request.getShortcutInfo()) in checkRequestPinShortcut()312 assertWith(getCallerShortcuts()) in checkRequestPinShortcut()347 assertWith(getCallerShortcuts()) in testRequestPinShortcut_explicitTargetActivity()364 assertWith(request.getShortcutInfo()) in testRequestPinShortcut_explicitTargetActivity()380 assertWith(getCallerShortcuts()) in testRequestPinShortcut_explicitTargetActivity()429 assertWith(getCallerShortcuts()) in testRequestPinShortcut_noTargetActivity_noMainActivity()446 assertWith(request.getShortcutInfo()) in testRequestPinShortcut_noTargetActivity_noMainActivity()462 assertWith(getCallerShortcuts()) in testRequestPinShortcut_noTargetActivity_noMainActivity()[all …]
47 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;388 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()398 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()413 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()430 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()441 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()457 assertWith(getCallerShortcuts()) in testPublishWithNoActivity()1125 assertWith(getCallerShortcuts()) in testUpdateShortcuts_icons()1139 assertWith(getCallerShortcuts()) in testUpdateShortcuts_icons()1159 assertWith(getCallerShortcuts()) in testUpdateShortcuts_icons()[all …]
19 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;118 assertWith(getCallerShortcuts()) in testPersistingWeirdCharacters()
21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;302 assertWith(getCallerShortcuts()) in testClearShortcuts()320 assertWith(getCallerShortcuts()) in testClearShortcuts()333 assertWith(getCallerShortcuts()) in testClearShortcuts()
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertWith;1217 assertWith(getCallerShortcuts())1233 assertWith(getCallerShortcuts())2056 assertWith(getCallerShortcuts()) in testLoadLegacySavedFile()2102 assertWith(mManager.getDynamicShortcuts()).isEmpty(); in testEphemeralApp()2105 assertWith(mManager.getDynamicShortcuts()).isEmpty(); in testEphemeralApp()2108 assertWith(mManager.getDynamicShortcuts()).isEmpty(); in testEphemeralApp()2119 assertWith(mManager.getDynamicShortcuts()).isEmpty(); in testEphemeralApp()2122 assertWith(mManager.getDynamicShortcuts()).isEmpty(); in testEphemeralApp()
740 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) { in assertWith() method744 public static ShortcutListAsserter assertWith(ShortcutInfo... list) { in assertWith() method745 return assertWith(list(list)); in assertWith()