Home
last modified time | relevance | path

Searched defs:actualResult (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceViewCommandTest.java90 Result actualResult = runCommandAndGetResult(); in testRun_happyPath_returnsSuccess() local
110 Result actualResult = runCommandAndGetResult(); in testRun_notPresent_returnsEmpty() local
127 Result actualResult = runCommandAndGetResult(); in testRun_presentButNotDebuggable_returnsEmpty() local
147 Result actualResult = runCommandAndGetResult(); in testRun_presentButBackgroundFetchDataNotDebuggable_returnsEmpty() local
DCustomAudienceListCommandTest.java81 Result actualResult = runCommandAndGetResult(); in testRun_simpleCase_returnsSuccess() local
103 Result actualResult = runCommandAndGetResult(); in testRun_missingBackgroundFetchData_returnsEmpty() local
134 Result actualResult = runCommandAndGetResult(); in testRun_noCustomAudiences_returnsEmpty() local
155 Result actualResult = runCommandAndGetResult(); in testRun_complexCase_returnsSuccess() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppManifestConfigParserTest.java569 private void assertResult(String method, int actualResult, int expectedResult) { in assertResult()
583 int actualResult = appManifestConfig.isAllowedAttributionAccess("not actually there"); in assertAttributionConfigIsAllowed() local
589 int actualResult = appManifestConfig.isAllowedCustomAudiencesAccess("not actually there"); in assertCustomAudienceConfigIsAllowed() local
595 int actualResult = appManifestConfig.isAllowedProtectedSignalsAccess("not actually there"); in assertProtectedSignalsConfigIsAllowed() local
601 int actualResult = appManifestConfig.isAllowedAdSelectionAccess("not actually there"); in assertAdSelectionConfigIsAllowed() local
607 int actualResult = appManifestConfig.isAllowedTopicsAccess("not actually there"); in assertTopicsConfigIsAllowed() local
613 int actualResult = appManifestConfig.isAllowedAdIdAccess("not actually there"); in assertAdIdConfigIsAllowed() local
619 int actualResult = appManifestConfig.isAllowedAppSetIdAccess("not actually there"); in assertAppSetIdConfigIsAllowed() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/
DGenerateInputForEncodingCommandTest.java99 Result actualResult = runCommandAndGetResult(BUYER); in testRun_happyPath_returnsSuccess() local
130 Result actualResult = runCommandAndGetResult(BUYER); in testRun_withEmptyDb_returnsEmpty() local
137 Result actualResult = in testRun_withoutBuyerParam_throwsException() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFirstScreenBroadcastHelperTest.kt89 val actualResult = in Broadcast Models are created with Pending Items from first screen() constant
118 val actualResult = in Broadcast Models are created with Installed Items from first screen() constant
156 val actualResult = in Broadcast Models are created with Installed Widgets from every screen() constant
215 val actualResult = in Broadcast Models are created with Pending Items in Collections from the first screen() constant
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DAdSelectionEntryDaoTest.java1844 DBAdSelectionResult actualResult = in test_persistAdSelectionResultForCustomAudienceAllFields_success() local
1849 actualResult); in test_persistAdSelectionResultForCustomAudienceAllFields_success() local
1866 DBAdSelectionResult actualResult = in test_persistAdSelectionResultForCAOnlyName_success() local
1871 actualResult); in test_persistAdSelectionResultForCAOnlyName_success() local
1920 ReportingData actualResult = in test_getReportingDataForId_idSupportsUris_successUnifiedTablesDisabled() local
1936 ReportingData actualResult = in test_getReportingDataForId_idSupportsUris_successUnifiedTablesEnabled() local
1949 ReportingData actualResult = in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesDisabled() local
1983 ReportingData actualResult = in test_getReportingDataForId_idSupportsComputationData_successShouldUseUnifiedTablesEnabled() local
2197 AdSelectionResultBidAndUri actualResult = in test_getWinningBidAndUriForId_idPresent_success() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/common/
DEchoCommandTest.java55 Result actualResult = run(new EchoCommand(), CMD_ECHO, "108"); in testRun_valid() local
DIsAllowedCustomAudiencesAccessCommandTest.java64 Result actualResult = in testRun_valid() local
DIsAllowedAdSelectionAccessCommandTest.java64 Result actualResult = run(cmd, CMD_IS_ALLOWED_AD_SELECTION_ACCESS, PKG_NAME, ENROLLMENT_ID); in testRun_valid() local
DIsAllowedAttributionAccessCommandTest.java64 Result actualResult = run(cmd, CMD_IS_ALLOWED_ATTRIBUTION_ACCESS, PKG_NAME, ENROLLMENT_ID); in testRun_valid() local
DIsAllowedProtectedSignalsAccessCommandTest.java64 Result actualResult = in testRun_valid() local
DIsAllowedTopicsAccessCommandTest.java84 Result actualResult = in testRun_valid() local
/packages/modules/GeoTZ/validation/geonames/src/main/proto/
Dvalidation_protos.proto34 required Result actualResult = 4; field
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DNoOpShellCommandTest.java33 Result actualResult = run(command, commandName); in test_success() local
DShellCommandTestCase.java85 Result actualResult = run(cmd, args); in runAndExpectInvalidArgument() local
DAdServicesShellCommandHandlerTest.java266 String actualResult = cmd.runInvalid(args); in expectInvalidArgument() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/concurrency/
DAdServicesExecutorTest.java98 ExecutorResult actualResult = executorService.submit(task).get(); in runTaskAndAssertResult() local
/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/
DHealthPermissionsTest.java220 Set<Integer> actualResult = in testGetDataCategoriesWithWritePermissionsForPackage_returnsCorrectSet() local
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java167 Result referenceDataResult, Result actualResult) { in KnownDifferenceMismatch()
242 Result actualResult, Type type, String comment, URI bugUri) { in KnownDifference()
DGeonamesComparison.java131 Result actualResult = createResult(androidTimeZoneIds, cityTimeZoneIds); in main() local
178 TestCaseId testCaseId, Result referenceDataResult, Result actualResult) { in createNewKnownDifference()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/
DOutcomeReceiverForTestsTest.java181 String actualResult = receiver.assertSuccess(); in assertSuccess() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimChallengeStateTest.java274 List<RandChallengeResult> actualResult = in testGetRandChallengeResults() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryBackupHelperTest.java393 final String actualResult = new String(captor.getValue()); in verifyBackupData() local
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DFederatedComputeWorkerTest.java1042 ComputationResult actualResult = captor.getValue(); in testRunFLComputationNotEligible_returnsFail() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java376 ScanResult actualResult = actual[j]; in assertScanResultsEquals() local