Home
last modified time | relevance | path

Searched defs:expectedResult (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarInfoManagerTest.java133 List<Integer> expectedResult = in testGetDriverSeat() local
148 List<Integer> expectedResult = in testGetEvPortLocation() local
161 List<Integer> expectedResult = in testGetFuelDoorLocation() local
/cts/tests/tests/location/src/android/location/cts/
DSoftAssert.java51 public void assertTrue(String message, Long eventTimeInNs, String expectedResult, in assertTrue()
77 public void assertTrue(String message, String expectedResult, in assertTrue()
95 String expectedResult, in assertTrueAsWarning()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DPrivateDnsPolicyTest.java75 private void callSetGlobalPrivateDnsOpportunisticModeExpectingResult(int expectedResult) { in callSetGlobalPrivateDnsOpportunisticModeExpectingResult()
91 int expectedResult) { in callSetGlobalPrivateDnsHostModeExpectingResult()
/cts/tests/tests/graphics/src/android/graphics/cts/
DInterpolatorTest.java277 private void verifyValue(int time, float expected, Result expectedResult, in verifyValue()
284 private void verifyValues(int time, float[] expected, Result expectedResult, in verifyValues()
291 private void verifyValue(float expected, Result expectedResult, Interpolator interpolator) { in verifyValue()
/cts/tests/tests/dpi/src/android/dpi/cts/
DDefaultManifestAttributesTest.java44 private boolean expectedResult; field in DefaultManifestAttributesTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java235 private void assertListenerResults(String expectedResult) throws Exception { in assertListenerResults()
245 private void assertSourceResult(String resultKey, String expectedResult) throws Exception { in assertSourceResult()
249 private void assertTargetResult(String resultKey, String expectedResult) throws Exception { in assertTargetResult()
253 private void assertResult(Map<String, String> results, String resultKey, String expectedResult) in assertResult() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DSearchUtil.java54 String query, String expectedResult) { in verifySearchResult()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMeteredDataRestrictionTest.java197 final String expectedResult = netId + ";" + metered; in assertWifiMeteredStatus() local
/cts/tests/tests/media/src/android/media/cts/
DUtils.java98 String expectedResult = enable ? "allow" : "deny"; in setAppOps() local
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java452 private void assertPendingIntentBroadcastTimeoutTest(int delayMs, boolean expectedResult) { in assertPendingIntentBroadcastTimeoutTest()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideRestrictBackgroundNetworkTests.java346 private void assertDelayedCommand(String command, String expectedResult) in assertDelayedCommand()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java434 protected void assertDelayedShellCommand(String command, final String expectedResult) in assertDelayedShellCommand()
440 final String expectedResult) throws Exception { in assertDelayedShellCommand()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java326 int expectedResult = allow ? Activity.RESULT_OK : Activity.RESULT_CANCELED; in respondToRoleRequest() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java1102 FieldClassificationResult expectedResult) { in assertMatches()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java1392 long expectedResult) { in verifyToMillisResult()