/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/ |
D | DataFusers.java | 40 @NonNull RangingData data, final @NonNull Set<RangingTechnology> sources in fuse() 68 @NonNull RangingData data, final @NonNull Set<RangingTechnology> sources in fuse()
|
D | FusionEngine.java | 46 @NonNull RangingData data, final @NonNull Set<RangingTechnology> sources in fuse()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/attributionreporting/ |
D | AttributionReportingListSourceRegistrationsCommandTest.java | 308 List<Source> sources = List.of(source1); in testRunListSourceRegistrations_singleSourcePartialSchemaJSON() local 316 List<Source> sources = List.of(source1, source2); in testRunListSourceRegistrations_multipleSourcesPartialSchemaJSON() local 323 List<Source> sources = List.of(source5); in testRunListSourceRegistrations_singleSourceFullSchemaJSON() local 331 List<Source> sources = List.of(source5, source6); in testRunListSourceRegistrations_multipleSourcesFullSchemaJSON() local 350 private void testRunListSourceRegistrationsWithSchema(List<Source> sources, String[] schema) in testRunListSourceRegistrationsWithSchema()
|
D | AttributionReportingListTriggerRegistrationsCommandTest.java | 269 List<Trigger> sources = List.of(trigger1, trigger2); in testRunListTriggerRegistrations_multipleTriggersPartialSchemaJson() local 284 List<Trigger> sources = List.of(trigger4, trigger5); in testRunListTriggerRegistrations_multipleTriggersFullSchemaJson() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/ |
D | event_report_service_test.json | 6 "sources": [], array 27 "sources": [], array 59 "sources": [], array 80 "sources": [], array 112 "sources": [], array 133 "sources": [], array 165 "sources": [], array 200 "sources": [], array 245 "sources": [], array 294 "sources": [], array
|
D | aggregate_report_service_test.json | 6 "sources": [], array 26 "sources": [], array 57 "sources": [], array 77 "sources": [], array 108 "sources": [], array 128 "sources": [], array 159 "sources": [], array 191 "sources": [], array 233 "sources": [], array 277 "sources": [], array
|
D | measurement_delete_expired_test.json | 6 "sources": [ array 51 "sources": [ array 84 "sources": [], array 133 "sources": [], array 226 "sources": [], array 255 "sources": [], array 280 "sources": [], array 362 "sources": [], array 417 "sources": [], array 468 "sources": [], array [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowInputDevice.java | 76 public void setSources(int sources) { in setSources() 96 public static InputDevice makeInputDevicebyIdWithSources(int id, int sources) { in makeInputDevicebyIdWithSources()
|
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/ |
D | SafetySourcesGroupTest.kt | 191 val sources = STATEFUL_INFERRED_WITH_SUMMARY.safetySources in getSafetySources_mutationsAreNotAllowed() constant 206 val sources = safetySourcesGroupBuilder.build().safetySources in builder_addSafetySource_doesNotMutatePreviouslyBuiltInstance() constant
|
/packages/modules/Bluetooth/system/rust/ |
D | build.rs | 15 let mut sources = pdl_compiler::ast::SourceDatabase::new(); in main() localVariable
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | build.rs | 63 let mut sources = pdl_compiler::ast::SourceDatabase::new(); in generate_module() localVariable
|
/packages/modules/Nfc/libnfc-nci/tools/casimir/ |
D | build.rs | 64 let mut sources = pdl_compiler::ast::SourceDatabase::new(); in generate_module() localVariable
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/both_sides_debug_keys/ |
D | app-web_conversion.json | 8 "sources": [ array
|
D | app-app_conversion.json | 8 "sources": [ array
|
D | debug_reports.json | 7 "sources": [ array
|
D | aggregate_and_event_reports.json | 7 "sources": [ array
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
D | SmartUpdateMediatorLiveData.kt | 54 private val sources = mutableListOf<SmartUpdateMediatorLiveData<*>>() in <lambda>() constant in com.android.permissioncontroller.permission.data.SmartUpdateMediatorLiveData
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/attribution_scope/ |
D | attriution_scope_redirect_scopes_mismatch.json | 7 "sources": [{ array
|
D | attribution_scope_highest_priority.json | 7 "sources": [ array
|
D | attribution_scope_older_scopes_deactivation.json | 7 "sources": [ array
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/adr/ |
D | aggregate_debug_report_type_matching.json | 11 "sources": [ array
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsProgressCategoryController.java | 617 Map<BluetoothDevice, List<BluetoothLeBroadcastReceiveState>> sources = in startScanning() local 638 Map<BluetoothDevice, List<BluetoothLeBroadcastReceiveState>> sources) { in getStreamSourcesByDevice() 648 Map<BluetoothDevice, List<BluetoothLeBroadcastReceiveState>> sources) { in getPausedSourcesByDevice()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/debug_report/ |
D | debug_report_source-max-event-states-limit.json | 7 "sources": [ array
|
D | debug_report_source-scopes-channel-capacity-limit.json | 7 "sources": [ array
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/attributionreporting/ |
D | AttributionReportingListSourceRegistrationsCommand.java | 138 private static JSONObject createOutputJson(Optional<List<Source>> sources, String schema) in createOutputJson()
|