Home
last modified time | relevance | path

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

1234567891011

/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/
DDataFusers.java40 @NonNull RangingData data, final @NonNull Set<RangingTechnology> sources in fuse()
68 @NonNull RangingData data, final @NonNull Set<RangingTechnology> sources in fuse()
DFusionEngine.java46 @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/
DAttributionReportingListSourceRegistrationsCommandTest.java308 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()
DAttributionReportingListTriggerRegistrationsCommandTest.java269 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/
Devent_report_service_test.json6 "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
Daggregate_report_service_test.json6 "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
Dmeasurement_delete_expired_test.json6 "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/
DShadowInputDevice.java76 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/
DSafetySourcesGroupTest.kt191 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/
Dbuild.rs15 let mut sources = pdl_compiler::ast::SourceDatabase::new(); in main() localVariable
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dbuild.rs63 let mut sources = pdl_compiler::ast::SourceDatabase::new(); in generate_module() localVariable
/packages/modules/Nfc/libnfc-nci/tools/casimir/
Dbuild.rs64 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/
Dapp-web_conversion.json8 "sources": [ array
Dapp-app_conversion.json8 "sources": [ array
Ddebug_reports.json7 "sources": [ array
Daggregate_and_event_reports.json7 "sources": [ array
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DSmartUpdateMediatorLiveData.kt54 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/
Dattriution_scope_redirect_scopes_mismatch.json7 "sources": [{ array
Dattribution_scope_highest_priority.json7 "sources": [ array
Dattribution_scope_older_scopes_deactivation.json7 "sources": [ array
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/adr/
Daggregate_debug_report_type_matching.json11 "sources": [ array
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsProgressCategoryController.java617 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/
Ddebug_report_source-max-event-states-limit.json7 "sources": [ array
Ddebug_report_source-scopes-channel-capacity-limit.json7 "sources": [ array
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/attributionreporting/
DAttributionReportingListSourceRegistrationsCommand.java138 private static JSONObject createOutputJson(Optional<List<Source>> sources, String schema) in createOutputJson()

1234567891011