Searched refs:assertSuccess (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest7.java | 20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertSuccess; 97 assertSuccess(callShellCommand("reset-config")); in testRoot() 106 assertSuccess(callShellCommand("reset-config")); in testRestConfig() 115 assertSuccess(callShellCommand("override-config", in testOverrideConfig() 132 assertSuccess(callShellCommand("reset-throttling")); in testResetThrottling() 184 assertSuccess(callShellCommand("reset-throttling", "--user", "10")); in testResetThrottling_user_running() 205 assertSuccess(callShellCommand("reset-all-throttling")); in testResetAllThrottling() 237 assertSuccess(callShellCommand("get-default-launcher")), in testLauncherCommands() 241 assertSuccess(callShellCommand("get-default-launcher", "--user", "10")), in testLauncherCommands() 245 assertSuccess(callShellCommand("clear-default-launcher", "--user", "10")); in testLauncherCommands() [all …]
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 148 public static List<String> assertSuccess(List<String> result) { in assertSuccess() method in ShortcutManagerTestUtils
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigManagerTest.java | 3249 boolean assertSuccess, in verifyAddOrUpdateNetworkWithProxySettingsAndPermissions() argument 3268 assertEquals(assertSuccess, result.getNetworkId() != WifiConfiguration.INVALID_NETWORK_ID); in verifyAddOrUpdateNetworkWithProxySettingsAndPermissions()
|