Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DTestOnlyInsecureCertificateHelperTest.java69 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_emptyKeysList() local
80 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleNonWhitelistedKey() local
94 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys_singleWhitelistedKey() local
109 Map<String, Pair<SecretKey, byte[]>> expectedResult = new HashMap<>(); in testKeepOnlyWhitelistedInsecureKeys() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTrampolineActivityTest.java97 GameSessionActivityResult expectedResult = in launch_targetActivityFinishesSuccessfully_futureCompletedWithSameResults() local
116 GameSessionActivityResult expectedResult = in launch_trampolineActivityProcessDeath_futureCompletedWithSameResults() local
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/app/
H A DAppLocaleCollectorTest.java133 HashMap<String, Integer> expectedResult = new HashMap<>(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage() local
168 HashMap<String, Integer> expectedResult = getExpectedResult(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/util/
H A DExtensionHelperTest.java66 final Rect expectedResult = getExpectedFeatureRectAfterRotation(rotation); in testRotateRectToDisplayRotation() local
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DRoutingSessionInfoTest.java112 int expectedResult = volumeAdjustmentForRemoteGroupSessions in testGetVolumeHandlingGroupSession() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
H A DSensorUtilsTest.java122 @Nullable Sensor expectedResult) { in testFindSensor()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DAbsCaptureHelperTest.java255 Rect expectedResult = new Rect(request); in onScrollRequested_offTopEdge() local
272 Rect expectedResult = new Rect(request); in onScrollRequested_offBottomEdge() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserVisibilityMediatorTestCase.java559 protected void assertStartUserResult(int actualResult, int expectedResult) { in assertStartUserResult()
564 protected void assertStartUserResult(int actualResult, int expectedResult, in assertStartUserResult()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthServiceTest.java362 final int expectedResult = BIOMETRIC_SUCCESS; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java476 String message, Object lhs, Object rhs, boolean expectedResult) { in checkEqualsAndHashCodeMethods()
514 boolean expectedResult) { in checkEqualsAndHashCodeMethods()
/aosp14/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/
H A DPackageInstallerBenchmark.java131 BenchmarkState state, boolean expectedResult, TestApp...testApps) in createSinglePackageSessions()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DVectorDrawableTests.cpp356 float expectedResult = in TEST() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java218 private void verifyStartActivityPreconditions(int preconditions, int expectedResult) { in verifyStartActivityPreconditions()
223 int expectedResult) { in verifyStartActivityPreconditions()
248 int expectedResult) { in verifyStartActivityPreconditionsUntracked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java1879 boolean bypassUserPolicyChecks, boolean expectedResult) { in simulateManualTimeZoneSuggestion()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorStrategyImplTest.java2210 boolean bypassUserPolicyChecks, boolean expectedResult) { in simulateManualTimeSuggestion()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java304 private void invokeInstallPackageFail(Uri packageUri, int flags, int expectedResult) { in invokeInstallPackageFail()