Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DTestOnlyInsecureCertificateHelperTest.java66 Map<String, SecretKey> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList() local
77 Map<String, SecretKey> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey() local
91 Map<String, SecretKey> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey() local
106 Map<String, SecretKey> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTimeZoneLookupHelperTest.java171 OffsetResult expectedResult; in testLookupByNitzCountry() local
198 OffsetResult expectedResult; in testLookupByNitzCountry() local
243 OffsetResult expectedResult; in testLookupByNitzCountry() local
267 CountryResult expectedResult; in testLookupByCountry() local
/frameworks/support/compat/src/androidTest/java/androidx/core/graphics/
DPaintCompatHasGlyphTest.java57 public PaintCompatHasGlyphTest(String testString, boolean expectedResult) { in PaintCompatHasGlyphTest()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityStarterTests.java175 private void verifyStartActivityPreconditions(int preconditions, int expectedResult) { in verifyStartActivityPreconditions()
191 int expectedResult) { in verifyStartActivityPreconditions()
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java476 String message, Object lhs, Object rhs, boolean expectedResult) { in checkEqualsAndHashCodeMethods()
514 boolean expectedResult) { in checkEqualsAndHashCodeMethods()
515 checkEqualsAndHashCodeMethods((String) null, lhs, rhs, expectedResult); in checkEqualsAndHashCodeMethods() local
/frameworks/support/compat/src/androidTest/java/androidx/core/provider/
DSelfDestructiveThreadTest.java257 final Integer expectedResult = 123; in testPostAndReply() local
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewFocusTest.java203 View expectedResult = mRecyclerView.getChildAt(expectedChild); in focusSearch_simpleFindFocusSucceeds_returnsCorrectValue() local
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp347 float expectedResult = in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java368 private void assertDelayedCommandResult(String cmd, String expectedResult, in assertDelayedCommandResult()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java297 ScanResult expectedResult = expected[j]; in assertScanResultsEquals() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java1058 public void assertResultReceived(int expectedResult) { in assertResultReceived()
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp54 aaudio_result_t expectedResult, in checkStateTransition()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java287 private void invokeInstallPackageFail(Uri packageUri, int flags, int expectedResult) { in invokeInstallPackageFail()