Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 128) sorted by relevance

123456

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/print/
DPrintRepositoryTest.kt61 .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/
DApnNetworkTypesTest.kt40 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/
DAdServicesErrorLogUtilWithExceptionVerifier.java108 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations() local
110 return single == null ? ImmutableList.of() : ImmutableList.of(single); in getAnnotations()
DAdServicesErrorLogUtilVerifier.java106 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/
DREADME.md10 ## 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/
Dcobalt_registry.proto31 // 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/
DREADME.md9 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/
DTEST_MAPPING25 // Restrict NeuralNetworksTest_static to run only a single
42 // // Restrict NeuralNetworksTest_v2_static to run only a single
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc310 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/
Dgtest.md19 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/
Dsdk.proto19 // The version of a single module.
66 // A single extension version.
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/app/src/com/android/tests/sdksandbox/
DSdkSandboxSmallModuleTestApp.java95 Install.single(smallModule).setStaged().commit(); in installSmallModulePendingReboot()
107 Install.single(fullModule).setStaged().commit(); in installFullModulePendingReboot()
/packages/modules/HealthFitness/testapps/toolbox/
DREADME.md26 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/
Dperformance_stats.proto30 // 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/
DSafetyCenterSystemEventReportedLoggingHostTest.kt207 .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/
Dflex_event_with_coarse_destinations.json8 // Source is registered - it has a single destination type.
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_lite/
Dflex_lite_with_coarse_destinations.json5 // Source is registered - it has a single destination type.
/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java354 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/
DPropertyHalServiceConfigsUnitTest.java502 "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/
DREADME-DoT.md28 `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/
DAndroid.bp60 // all test artifacts into a single `testcases` directory.
/packages/modules/Connectivity/remoteauth/service/jni/
DAndroid.bp72 // all test artifacts into a single `testcases` directory.
/packages/modules/Connectivity/netbpfload/
Dnetbpfload.33rc8 # This is due to lack of a need: U QPR2 split the previously single
/packages/modules/Bluetooth/system/test/tool/
DREADME.md15 namespace: A brief single token namespace conventionally used from the path and filename
/packages/apps/Settings/src/com/android/settings/network/apn/
DApnTypeCheckBox.kt43 val apnTypeOptionMms = apnTypeOptions.single { it.text == ApnSetting.TYPE_MMS_STRING } in ApnTypeCheckBox()

123456