Searched refs:assertSuccess (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/ |
H A D | ParseInputAndResultTest.kt | 142 assertSuccess(value, input.success(value)) 174 assertSuccess(input.deferError(error, ENABLED_ERROR)) 188 assertSuccess(value, input.success(value)) 196 assertSuccess(value, input.success(value)) 204 assertSuccess(input.deferError(errorOne, ENABLED_ERROR)) 205 assertSuccess(input.deferError(errorTwo, ENABLED_ERROR)) 221 assertSuccess(input.deferError(errorOne, DISABLED_ERROR)) 225 assertSuccess(input.deferError(errorTwo, DISABLED_ERROR)) 235 assertSuccess(input.deferError(errorOne, DISABLED_ERROR)) 243 assertSuccess(input.deferError(errorTwo, DISABLED_ERROR)) [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest7.java | 22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertSuccess; 107 assertSuccess(callShellCommand("reset-config")); in testRoot() 116 assertSuccess(callShellCommand("reset-config")); in testRestConfig() 125 assertSuccess(callShellCommand("override-config", in testOverrideConfig() 142 assertSuccess(callShellCommand("reset-throttling")); in testResetThrottling() 194 assertSuccess(callShellCommand("reset-throttling", "--user", "10")); in testResetThrottling_user_running() 215 assertSuccess(callShellCommand("reset-all-throttling")); in testResetAllThrottling() 247 assertSuccess(callShellCommand("get-default-launcher")), in testLauncherCommands() 251 assertSuccess(callShellCommand("get-default-launcher", "--user", "10")), in testLauncherCommands() 261 assertSuccess(callShellCommand("get-default-launcher")), in testLauncherCommands() [all …]
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 166 public static List<String> assertSuccess(List<String> result) { in assertSuccess() method in ShortcutManagerTestUtils 182 assertSuccess(result); in assertHaveIds()
|