/packages/apps/Settings/tests/spa_unit/src/com/android/settings/print/ |
D | PrintRepositoryTest.kt | 61 .single() in printServiceDisplayInfosFlow_title() 71 .single() in <lambda>() 83 .single() in <lambda>() 93 .single() in <lambda>()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/apn/ |
D | ApnNetworkTypesTest.kt | 40 assertThat(networkTypeOptions.single { it.text == "EDGE" }.selected.value).isTrue() in getNetworkTypeOptions() 41 assertThat(networkTypeOptions.single { it.text == "CDMA" }.selected.value).isTrue() in getNetworkTypeOptions() 42 assertThat(networkTypeOptions.single { it.text == "GPRS" }.selected.value).isFalse() in getNetworkTypeOptions()
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/ |
D | AdServicesErrorLogUtilWithExceptionVerifier.java | 108 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations() local 110 return single == null ? ImmutableList.of() : ImmutableList.of(single); in getAnnotations()
|
D | AdServicesErrorLogUtilVerifier.java | 106 ExpectErrorLogUtilCall single = description.getAnnotation(ExpectErrorLogUtilCall.class); in getAnnotations() local 107 return single == null ? ImmutableList.of() : ImmutableList.of(single); in getAnnotations()
|
/packages/apps/Settings/tests/robotests/ |
D | README.md | 10 ## Running a single test class 19 You can also run any single test class with atest (it will try to find the correct path)
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | cobalt_registry.proto | 31 // ProjectConfigFile is a representation of a yaml config file for a single 83 // (1) It can contain data for a single Cobalt project. In this case, there is a single 84 // CustomerConfig which contains a single ProjectConfig.
|
/packages/modules/common/ |
D | README.md | 9 This project uses a single source path for java code. All java code should go 12 include java source for a single java package to encourage good code hygiene.
|
/packages/modules/NeuralNetworks/ |
D | TEST_MAPPING | 25 // Restrict NeuralNetworksTest_static to run only a single 42 // // Restrict NeuralNetworksTest_v2_static to run only a single
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_api.cc | 310 if ((p_evt->single.seid < AVDT_SEID_MIN) || in avdt_get_cap_req() 311 (p_evt->single.seid > AVDT_SEID_MAX)) { in avdt_get_cap_req() 312 log::error("seid: {}", p_evt->single.seid); in avdt_get_cap_req() 377 getcap.single.seid = seid; in AVDT_GetCapReq() 379 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetCapReq() 381 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq()
|
/packages/modules/Bluetooth/system/gd/docs/testing/ |
D | gtest.md | 19 All Gd unit test classes are compiled into a single binary 30 filegroup is then included in a single cc_test() target that produce a 31 single test binary 33 A single test binary simplifies the configuration effort needed for 60 * To run a single test case, use `<test_binary>:<test_class>#<test_method>`
|
/packages/modules/common/proto/ |
D | sdk.proto | 19 // The version of a single module. 66 // A single extension version.
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/app/src/com/android/tests/sdksandbox/ |
D | SdkSandboxSmallModuleTestApp.java | 95 Install.single(smallModule).setStaged().commit(); in installSmallModulePendingReboot() 107 Install.single(fullModule).setStaged().commit(); in installFullModulePendingReboot()
|
/packages/modules/HealthFitness/testapps/toolbox/ |
D | README.md | 26 start time and an end time. They generate a single value or a range of values at the end of 32 not with a start and end time, instead with a single time stamp.
|
/packages/services/Car/service/proto/android/car/watchdog/ |
D | performance_stats.proto | 30 // Represents the performance stats captured during a single event as a record. 36 // Represents user switch performance stats captured during a single event. 43 // Represents the performance stats captured during a single poll.
|
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/ |
D | SafetyCenterSystemEventReportedLoggingHostTest.kt | 207 .single { it.eventType == EventType.INLINE_ACTION } in resolveAction_success_resolvingActionSuccessEvent() 223 .single { it.eventType == EventType.INLINE_ACTION } in resolveAction_error_resolvingActionErrorEvent()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_event/ |
D | flex_event_with_coarse_destinations.json | 8 // Source is registered - it has a single destination type.
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_lite/ |
D | flex_lite_with_coarse_destinations.json | 5 // Source is registered - it has a single destination type.
|
/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/ |
D | VehiclePropertyIdsParser.java | 354 SingleMemberAnnotationExpr single = in parsePermAnnotation() local 356 Expression member = single.getMemberValue(); in parsePermAnnotation() 527 SingleMemberAnnotationExpr single = in parse() local 529 Expression member = single.getMemberValue(); in parse()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigsUnitTest.java | 502 "type": "single", in testParseJsonConfig_halPropIdDefaultEqualPropId() 536 "type": "single", in testParseJsonConfig_dataFlags() 579 "type": "single", in testParseJsonConfig_ignoreDeprecate() 623 "type": "single", in testParseJsonConfig_missingPropertyIdField()
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 28 `DnsTlsSocket` interleaves all queries onto a single socket, and reports all 63 (There can only be a single thread because [you can't use different threads 69 a single socket. To avoid confusion at the server, `DnsTlsQueryMap` assigns each
|
/packages/modules/Uwb/service/uci/jni/ |
D | Android.bp | 60 // all test artifacts into a single `testcases` directory.
|
/packages/modules/Connectivity/remoteauth/service/jni/ |
D | Android.bp | 72 // all test artifacts into a single `testcases` directory.
|
/packages/modules/Connectivity/netbpfload/ |
D | netbpfload.33rc | 8 # This is due to lack of a need: U QPR2 split the previously single
|
/packages/modules/Bluetooth/system/test/tool/ |
D | README.md | 15 namespace: A brief single token namespace conventionally used from the path and filename
|
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnTypeCheckBox.kt | 43 val apnTypeOptionMms = apnTypeOptions.single { it.text == ApnSetting.TYPE_MMS_STRING } in ApnTypeCheckBox()
|