/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceViewCommandTest.java | 90 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
|
D | CustomAudienceListCommandTest.java | 81 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/ |
D | AppManifestConfigParserTest.java | 569 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/ |
D | GenerateInputForEncodingCommandTest.java | 99 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/ |
D | FirstScreenBroadcastHelperTest.kt | 89 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/ |
D | AdSelectionEntryDaoTest.java | 1844 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/ |
D | EchoCommandTest.java | 55 Result actualResult = run(new EchoCommand(), CMD_ECHO, "108"); in testRun_valid() local
|
D | IsAllowedCustomAudiencesAccessCommandTest.java | 64 Result actualResult = in testRun_valid() local
|
D | IsAllowedAdSelectionAccessCommandTest.java | 64 Result actualResult = run(cmd, CMD_IS_ALLOWED_AD_SELECTION_ACCESS, PKG_NAME, ENROLLMENT_ID); in testRun_valid() local
|
D | IsAllowedAttributionAccessCommandTest.java | 64 Result actualResult = run(cmd, CMD_IS_ALLOWED_ATTRIBUTION_ACCESS, PKG_NAME, ENROLLMENT_ID); in testRun_valid() local
|
D | IsAllowedProtectedSignalsAccessCommandTest.java | 64 Result actualResult = in testRun_valid() local
|
D | IsAllowedTopicsAccessCommandTest.java | 84 Result actualResult = in testRun_valid() local
|
/packages/modules/GeoTZ/validation/geonames/src/main/proto/ |
D | validation_protos.proto | 34 required Result actualResult = 4; field
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/ |
D | NoOpShellCommandTest.java | 33 Result actualResult = run(command, commandName); in test_success() local
|
D | ShellCommandTestCase.java | 85 Result actualResult = run(cmd, args); in runAndExpectInvalidArgument() local
|
D | AdServicesShellCommandHandlerTest.java | 266 String actualResult = cmd.runInvalid(args); in expectInvalidArgument() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/concurrency/ |
D | AdServicesExecutorTest.java | 98 ExecutorResult actualResult = executorService.submit(task).get(); in runTaskAndAssertResult() local
|
/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/ |
D | HealthPermissionsTest.java | 220 Set<Integer> actualResult = in testGetDataCategoriesWithWritePermissionsForPackage_returnsCorrectSet() local
|
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/ |
D | Types.java | 167 Result referenceDataResult, Result actualResult) { in KnownDifferenceMismatch() 242 Result actualResult, Type type, String comment, URI bugUri) { in KnownDifference()
|
D | GeonamesComparison.java | 131 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/ |
D | OutcomeReceiverForTestsTest.java | 181 String actualResult = receiver.assertSuccess(); in assertSuccess() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimChallengeStateTest.java | 274 List<RandChallengeResult> actualResult = in testGetRandChallengeResults() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryBackupHelperTest.java | 393 final String actualResult = new String(captor.getValue()); in verifyBackupData() local
|
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/ |
D | FederatedComputeWorkerTest.java | 1042 ComputationResult actualResult = captor.getValue(); in testRunFLComputationNotEligible_returnsFail() local
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 376 ScanResult actualResult = actual[j]; in assertScanResultsEquals() local
|