Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java20 …om.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertForLauncherCallbackNoThrow;
301 assertForLauncherCallbackNoThrow(mLauncherApps, in checkRequestPinShortcut()
376 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_explicitTargetActivity()
458 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_noTargetActivity_noMainActivity()
1216 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_dynamicExists_thenRemoved_error()
1329 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_manifestExists_thenRemoved_error()
1456 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_dynamicExists_thenDisabled_error()
1531 assertForLauncherCallbackNoThrow(mLauncherApps, in testRequestPinShortcut_manifestExists_thenDisabled_error()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java1216 public static LauncherCallbackAsserter assertForLauncherCallbackNoThrow( in assertForLauncherCallbackNoThrow() method