Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest7.java21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertSuccess;
98 assertSuccess(callShellCommand("reset-config")); in testRoot()
107 assertSuccess(callShellCommand("reset-config")); in testRestConfig()
116 assertSuccess(callShellCommand("override-config", in testOverrideConfig()
133 assertSuccess(callShellCommand("reset-throttling")); in testResetThrottling()
185 assertSuccess(callShellCommand("reset-throttling", "--user", "10")); in testResetThrottling_user_running()
206 assertSuccess(callShellCommand("reset-all-throttling")); in testResetAllThrottling()
238 assertSuccess(callShellCommand("get-default-launcher")), in testLauncherCommands()
242 assertSuccess(callShellCommand("get-default-launcher", "--user", "10")), in testLauncherCommands()
246 assertSuccess(callShellCommand("clear-default-launcher", "--user", "10")); in testLauncherCommands()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java148 public static List<String> assertSuccess(List<String> result) { in assertSuccess() method in ShortcutManagerTestUtils
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java3379 boolean assertSuccess, in verifyAddOrUpdateNetworkWithProxySettingsAndPermissions() argument
3398 assertEquals(assertSuccess, result.getNetworkId() != WifiConfiguration.INVALID_NETWORK_ID); in verifyAddOrUpdateNetworkWithProxySettingsAndPermissions()