Searched full:datasources (Results 1 – 25 of 323) sorted by relevance
12345678910>>...13
1 package com.android.healthconnect.controller.datasources;9 import com.android.healthconnect.controller.datasources.api.ILoadMostRecentAggregationsUseCase;10 import com.android.healthconnect.controller.datasources.api.ILoadPotentialPriorityListUseCase;11 import com.android.healthconnect.controller.datasources.api.IUpdatePriorityListUseCase;20 …datasources/DataSourcesViewModel;", "Landroidx/lifecycle/ViewModel;", "loadDatesWithDataUseCase", …24 …private final com.android.healthconnect.controller.datasources.api.ILoadMostRecentAggregationsUseC…26 …private final com.android.healthconnect.controller.datasources.api.ILoadPotentialPriorityListUseCa…30 …private final com.android.healthconnect.controller.datasources.api.IUpdatePriorityListUseCase upda…36 …ndroidx.lifecycle.MutableLiveData<com.android.healthconnect.controller.datasources.DataSourcesView…38 …ndroidx.lifecycle.MutableLiveData<com.android.healthconnect.controller.datasources.DataSourcesView…[all …]
1 package com.android.healthconnect.controller.datasources;12 import com.android.healthconnect.controller.datasources.DataSourcesViewModel.AggregationCardsState;13 import com.android.healthconnect.controller.datasources.DataSourcesViewModel.PotentialAppSourcesSta…14 import com.android.healthconnect.controller.datasources.DataSourcesViewModel.PriorityListState;15 import com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter;16 import com.android.healthconnect.controller.datasources.appsources.AppSourcesPreference;36 …datasources/DataSourcesFragment;", "Lcom/android/healthconnect/controller/datasources/appsources/A…37 …lt_DataSourcesFragment implements com.android.healthconnect.controller.datasources.appsources.AppS…66 …private final com.android.healthconnect.controller.datasources.DataSourcesViewModel dataSourcesVie…85 …public static final com.android.healthconnect.controller.datasources.DataSourcesFragment.Companion…[all …]
29 ArrayList<DataSource> dataSources = new ArrayList<DataSource>(); in testTag() local31 dataSources.add(base); in testTag()32 dataSources.add(baseJDBC); in testTag()34 DataSources ds = new DataSources(); in testTag()35 ds.setDataSources(dataSources); in testTag()43 DataSources dsOut = (DataSources) obj; in testTag()54 ArrayList<DataSource> dataSources = new ArrayList<DataSource>(); in testTag2() local55 dataSources.add(base); in testTag2()56 dataSources.add(baseJDBC); in testTag2()58 DataSources ds = new DataSources(); in testTag2()[all …]
171 "dataSources": { object175 "flatPath": "{userId}/dataSources",177 "id": "fitness.users.dataSources.create",189 "path": "{userId}/dataSources",212 "flatPath": "{userId}/dataSources/{dataSourceId}",214 "id": "fitness.users.dataSources.delete",233 "path": "{userId}/dataSources/{dataSourceId}",253 "flatPath": "{userId}/dataSources/{dataSourceId}",255 "id": "fitness.users.dataSources.get",274 "path": "{userId}/dataSources/{dataSourceId}",[all …]
134 "datasources": { object140 "flatPath": "v1/debug/datasources/{datasourcesId}/items/{itemsId}:checkAccess",142 "id": "cloudsearch.debug.datasources.items.checkAccess",153 "description": "Item name, format: datasources/{source_id}/items/{item_id}",155 "pattern": "^datasources/[^/]+/items/[^/]+$",174 "flatPath": "v1/debug/datasources/{datasourcesId}/items:searchByViewUrl",176 "id": "cloudsearch.debug.datasources.items.searchByViewUrl",182 "description": "Source name, format: datasources/{source_id}",184 "pattern": "^datasources/[^/]+$",207 … "flatPath": "v1/debug/datasources/{datasourcesId}/items/{itemsId}/unmappedids",[all …]
1 package com.android.healthconnect.controller.datasources.appsources;14 import com.android.healthconnect.controller.datasources.DataSourcesViewModel;29 …datasources/appsources/AppSourcesAdapter;", "Landroidx/recyclerview/widget/RecyclerView$Adapter;",…30 …rview.widget.RecyclerView.Adapter<com.android.healthconnect.controller.datasources.appsources.AppS…36 …private final com.android.healthconnect.controller.datasources.DataSourcesViewModel dataSourcesVie…39 …private final com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter.OnAppR…41 …private final com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter.ItemMo…61 …com.android.healthconnect.controller.datasources.DataSourcesViewModel dataSourcesViewModel, int ca… in AppSourcesAdapter()62 …com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter.OnAppRemovedFromPrio… in AppSourcesAdapter()63 …com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter.ItemMoveAttachCallba… in AppSourcesAdapter()[all …]
1 package com.android.healthconnect.controller.datasources.appsources;9 import com.android.healthconnect.controller.datasources.DataSourcesFragment;10 import com.android.healthconnect.controller.datasources.DataSourcesViewModel;16 …datasources/appsources/AppSourcesPreference;", "Landroidx/preference/Preference;", "Lcom/android/h…17 …nnectedapps.ComparablePreference, com.android.healthconnect.controller.datasources.appsources.AppS…21 …private final com.android.healthconnect.controller.datasources.DataSourcesViewModel dataSourcesVie…24 …private final com.android.healthconnect.controller.datasources.DataSourcesFragment fragment = null;30 private com.android.healthconnect.controller.datasources.appsources.AppSourcesAdapter adapter;36 …com.android.healthconnect.controller.datasources.DataSourcesViewModel dataSourcesViewModel, int ca… in AppSourcesPreference()37 com.android.healthconnect.controller.datasources.DataSourcesFragment fragment) { in AppSourcesPreference()
1 package com.android.healthconnect.controller.datasources.api;7 import com.android.healthconnect.controller.datasources.AggregationCardInfo;19 …datasources/api/LoadMostRecentAggregationsUseCase;", "Lcom/android/healthconnect/controller/dataso…20 …entAggregationsUseCase implements com.android.healthconnect.controller.datasources.api.ILoadMostRe…24 …private final com.android.healthconnect.controller.datasources.api.ILoadLastDateWithPriorityDataUs…26 …private final com.android.healthconnect.controller.datasources.api.ISleepSessionHelper sleepSessio…33 …com.android.healthconnect.controller.datasources.api.ILoadLastDateWithPriorityDataUseCase loadLast… in LoadMostRecentAggregationsUseCase()34 …com.android.healthconnect.controller.datasources.api.ISleepSessionHelper sleepSessionHelper, @com.… in LoadMostRecentAggregationsUseCase()49 …eResults<? extends java.util.List<com.android.healthconnect.controller.datasources.AggregationCard… in invoke()53 …n.coroutines.Continuation<? super com.android.healthconnect.controller.datasources.AggregationCard… in getLastAvailableActivityAggregation()[all …]
25 import com.android.healthconnect.controller.datasources.api.ILoadLastDateWithPriorityDataUseCase;26 import com.android.healthconnect.controller.datasources.api.ILoadMostRecentAggregationsUseCase;27 import com.android.healthconnect.controller.datasources.api.ILoadPotentialPriorityListUseCase;28 import com.android.healthconnect.controller.datasources.api.ILoadPriorityEntriesUseCase;29 import com.android.healthconnect.controller.datasources.api.ISleepSessionHelper;30 import com.android.healthconnect.controller.datasources.api.IUpdatePriorityListUseCase;31 import com.android.healthconnect.controller.datasources.api.LoadLastDateWithPriorityDataUseCase;32 import com.android.healthconnect.controller.datasources.api.LoadMostRecentAggregationsUseCase;33 import com.android.healthconnect.controller.datasources.api.LoadPotentialPriorityListUseCase;34 import com.android.healthconnect.controller.datasources.api.LoadPriorityEntriesUseCase;[all …]
22 import com.android.dialer.calllog.datasources.CallLogDataSource;23 import com.android.dialer.calllog.datasources.DataSources;37 * Coordinates work across {@link DataSources}.45 private final DataSources dataSources; field in CallLogFramework53 DataSources dataSources, in CallLogFramework() argument58 this.dataSources = dataSources; in CallLogFramework()67 for (CallLogDataSource dataSource : dataSources.getDataSourcesIncludingSystemCallLog()) { in registerContentObservers()89 for (CallLogDataSource dataSource : dataSources.getDataSourcesIncludingSystemCallLog()) { in disableDataSources()97 for (CallLogDataSource dataSource : dataSources.getDataSourcesIncludingSystemCallLog()) { in disableDataSources()
23 import com.android.dialer.calllog.datasources.CallLogDataSource;24 import com.android.dialer.calllog.datasources.CallLogMutations;25 import com.android.dialer.calllog.datasources.DataSources;52 private final DataSources dataSources; field in RefreshAnnotatedCallLogWorker67 DataSources dataSources, in RefreshAnnotatedCallLogWorker() argument76 this.dataSources = dataSources; in RefreshAnnotatedCallLogWorker()160 for (CallLogDataSource dataSource : dataSources.getDataSourcesIncludingSystemCallLog()) { in isDirty()177 CallLogDataSource systemCallLogDataSource = dataSources.getSystemCallLogDataSource(); in rebuild()185 for (CallLogDataSource dataSource : dataSources.getDataSourcesExcludingSystemCallLog()) { in rebuild()228 dataSources.getDataSourcesIncludingSystemCallLog()) { in rebuild()
61 Set<MedicalDataSource> dataSources = Set.of(getMedicalDataSourceRequiredFieldsOnly()); in testConstructor_withContributingDataSources() local63 new MedicalResourceTypeInfo(MEDICAL_RESOURCE_TYPE_VACCINES, dataSources); in testConstructor_withContributingDataSources()66 assertThat(info.getContributingDataSources()).isEqualTo(dataSources); in testConstructor_withContributingDataSources()77 Set<MedicalDataSource> dataSources = Set.of(getMedicalDataSourceRequiredFieldsOnly()); in testEquals() local79 new MedicalResourceTypeInfo(MEDICAL_RESOURCE_TYPE_VACCINES, dataSources); in testEquals()81 new MedicalResourceTypeInfo(MEDICAL_RESOURCE_TYPE_VACCINES, dataSources); in testEquals()89 Set<MedicalDataSource> dataSources = Set.of(getMedicalDataSourceRequiredFieldsOnly()); in testEquals_comparesAllValues() local91 new MedicalResourceTypeInfo(MEDICAL_RESOURCE_TYPE_VACCINES, dataSources); in testEquals_comparesAllValues()94 MEDICAL_RESOURCE_TYPE_ALLERGIES_INTOLERANCES, dataSources); in testEquals_comparesAllValues()106 Set<MedicalDataSource> dataSources = Set.of(getMedicalDataSourceRequiredFieldsOnly()); in testWriteToParcelThenRestore_objectsAreIdentical() local[all …]
439 // created any dataSources hence appId does not exist (so no self data to read) in getMedicalDataSourcesByIdsWithPermissionChecks()440 // and has no read permission, so won't be able to read dataSources written by in getMedicalDataSourcesByIdsWithPermissionChecks()483 // dataSources out, so no need to add access logs either. in readMedicalDataSourcesAndAddAccessLog()487 // We need to figure out from the dataSources that were read, what in readMedicalDataSourcesAndAddAccessLog()488 // is the resource types relevant to those dataSources, we add in readMedicalDataSourcesAndAddAccessLog()490 // permissions and resource types's dataSources. If intersection is in readMedicalDataSourcesAndAddAccessLog()524 private static List<UUID> getUUIDsRead(List<MedicalDataSource> dataSources) { in getUUIDsRead() argument525 return dataSources.stream() in getUUIDsRead()544 // App can read all dataSources they wrote themselves. in getReadQueryBasedOnPermissionFilters()550 // App can read the dataSources that belong to those medicalResourceTypes in getReadQueryBasedOnPermissionFilters()[all …]
85 this.hasDataSources = traceConfig.dataSources.length > 0;164 protoCfg.dataSources.push(ds);172 protoCfg.dataSources.push(ds);214 protoCfg.dataSources.push(ds);247 protoCfg.dataSources.push(ds);393 protoCfg.dataSources.push(ds);408 protoCfg.dataSources.push(ds);417 protoCfg.dataSources.push(ds);426 protoCfg.dataSources.push(ds);438 protoCfg.dataSources.push(net);[all …]
87 …// @@protoc_insertion_point(arena_constructor:perfetto.protos.TracingServiceEvent.DataSources.Data… in TracingServiceEvent_DataSources_DataSource()115 …// @@protoc_insertion_point(copy_constructor:perfetto.protos.TracingServiceEvent.DataSources.DataS… in TracingServiceEvent_DataSources_DataSource()139 // @@protoc_insertion_point(destructor:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in ~TracingServiceEvent_DataSources_DataSource()158 // @@protoc_insertion_point(message_clear_start:perfetto.protos.TracingServiceEvent.DataSources.Dat… in Clear()229 …nsertion_point(serialize_to_array_start:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in _InternalSerialize()250 …_insertion_point(serialize_to_array_end:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in _InternalSerialize()255 // @@protoc_insertion_point(message_byte_size_start:perfetto.protos.TracingServiceEvent.DataSources… in ByteSizeLong()295 …n_point(class_specific_merge_from_start:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in MergeFrom()313 …on_point(class_specific_copy_from_start:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in CopyFrom()340 return "perfetto.protos.TracingServiceEvent.DataSources.DataSource"; in GetTypeName()[all …]
345 // App can read dataSources they wrote themselves and dataSources belonging to in testGetByPackage_packageFilterEmpty_inBgWithBgPermHasWriteAndReadPerm()387 // App can read dataSources they wrote themselves and dataSources belonging to in testGetByPackage_packageFilterEmpty_inForegroundHasWriteAndReadPerm()434 // App can read dataSources they wrote themselves and dataSources belonging to in testGetByPackage_withPackageFilterSelfIncluded_inFgHasWriteAndReadPerm()483 // App can read dataSources they wrote themselves and dataSources belonging to in testGetByPackage_withPackageFilterSelfIncluded_inBgWithPermHasWriteAndReadPerm()531 // App can read dataSources belonging to vaccine resource types written by any of in testGetByPackage_withPackageFilterSelfNotIncluded_inBgWithPermHasWriteAndReadPerm()570 // App can read dataSources belonging to vaccine resource types written by any of in testGetByPackage_withPackageFilterSelfNotIncluded_inForegroundWriteAndReadPerm()612 // App can read dataSources they wrote themself. in testGetByPackage_emptyPackageFilter_inBgWithoutBgPermHasWritePermNoReadPerms()650 // App can read dataSources they wrote themself. in getByPackages_withPackageFilterSelfIncluded_inBgWithoutBgPermHasWritePermButNoRead()673 // App can read no dataSources. in getByPackages_withPackageFilterSelfNotIncluded_inBgWithoutBgPermHasWritePermNoRead()716 // App can read dataSources they wrote themselves. in getByPackages_emptyPackageFilter_inBgWithoutBgPermHasWritePermAndReadPerms()[all …]
579 List<MedicalDataSource> dataSources = in getMedicalDataSourcesByPackage_noPackages_returnsAll() local583 assertThat(dataSources).containsExactly(dataSource1, dataSource2); in getMedicalDataSourcesByPackage_noPackages_returnsAll()1038 // vaccine read permission. App can read dataSources belonging to vaccines that in getByIds_inBgWithoutBgPermNoWritePermVaccineReadPermOnly_correctResult()1078 // vaccine read permission. App can read dataSources belonging to vaccines in getById_inBgWithoutBgPermNoWritePermBothAllergyAndVaccineReadPerm_correctResult()1127 // vaccine read permission. App can read all dataSources belonging to vaccines. in getById_inForegroundOrinBgWithBgPermNoWritePermHasVaccinePerm_correctResult()1175 // App can read only read dataSources they wrote themselves. in getByIds_inForegroundOrBgWithBgPermHasWritePermNoReadResourceTypesPerm_correctResult()1222 // App can read only read dataSources belonging to the allergy resource types. in getByIds_inForegroundOrBgWithBgPermNoWritePermHasAllergyPerm_correctResult()1265 // App can read dataSources belonging to allergy and vaccine resource types. in getByIds_inForegroundOrBgWithBgPermNoWritePermMultipleReadPerms_correctResult()1312 // App can read dataSources they wrote themselves and dataSources belonging to in getByIds_inForegroundOrBgWithBgPermHasWritePermHasReadVaccinePerm_correctResult()1373 // App can read dataSources they wrote themselves and dataSources belonging to in getByPackage_emptyPackages_inForegroundOrBgWithBgPermHasWriteAndReadPerm_success()[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
69 …c_insertion_point(class_definition:perfetto.protos.TracingServiceEvent.DataSources.DataSource) */ {168 return "perfetto.protos.TracingServiceEvent.DataSources.DataSource"; in Swap()221 …// @@protoc_insertion_point(class_scope:perfetto.protos.TracingServiceEvent.DataSources.DataSource) in Swap()240 … /* @@protoc_insertion_point(class_definition:perfetto.protos.TracingServiceEvent.DataSources) */ {339 return "perfetto.protos.TracingServiceEvent.DataSources"; in Swap()357 // repeated .perfetto.protos.TracingServiceEvent.DataSources.DataSource data_source = 1; in Swap()375 // @@protoc_insertion_point(class_scope:perfetto.protos.TracingServiceEvent.DataSources) in Swap()515 typedef TracingServiceEvent_DataSources DataSources; in Swap() typedef621 // .perfetto.protos.TracingServiceEvent.DataSources slow_starting_data_sources = 7; in Swap()639 // .perfetto.protos.TracingServiceEvent.DataSources last_flush_slow_data_sources = 8; in Swap()[all …]
35 const sources = assertExists(result.dataSources);49 const sources = assertExists(result.dataSources);60 const sources = assertExists(result.dataSources);74 const sources = assertExists(result.dataSources);89 const sources = assertExists(result.dataSources);104 const sources = assertExists(result.dataSources);121 dataSources: [170 const sources = assertExists(result.dataSources);214 const sources = assertExists(result.dataSources);238 const sources = assertExists(result.dataSources);[all …]
40 import com.android.healthconnect.controller.datasources.api.ILoadLastDateWithPriorityDataUseCase41 import com.android.healthconnect.controller.datasources.api.ILoadMostRecentAggregationsUseCase42 import com.android.healthconnect.controller.datasources.api.ILoadPotentialPriorityListUseCase43 import com.android.healthconnect.controller.datasources.api.ILoadPriorityEntriesUseCase44 import com.android.healthconnect.controller.datasources.api.ISleepSessionHelper45 import com.android.healthconnect.controller.datasources.api.IUpdatePriorityListUseCase46 import com.android.healthconnect.controller.datasources.api.LoadLastDateWithPriorityDataUseCase47 import com.android.healthconnect.controller.datasources.api.LoadMostRecentAggregationsUseCase48 import com.android.healthconnect.controller.datasources.api.LoadPotentialPriorityListUseCase49 import com.android.healthconnect.controller.datasources.api.LoadPriorityEntriesUseCase[all …]
57 import com.android.car.carlauncher.datasources.AppOrderDataSource in <lambda>()58 import com.android.car.carlauncher.datasources.AppOrderProtoDataSourceImpl in <lambda>()59 import com.android.car.carlauncher.datasources.ControlCenterMirroringDataSource in <lambda>()60 import com.android.car.carlauncher.datasources.ControlCenterMirroringDataSourceImpl in <lambda>()61 import com.android.car.carlauncher.datasources.ControlCenterMirroringDataSourceImpl.MirroringServic… in <lambda>()62 import com.android.car.carlauncher.datasources.LauncherActivitiesDataSource in <lambda>()63 import com.android.car.carlauncher.datasources.LauncherActivitiesDataSourceImpl in <lambda>()64 import com.android.car.carlauncher.datasources.MediaTemplateAppsDataSource in <lambda>()65 import com.android.car.carlauncher.datasources.MediaTemplateAppsDataSourceImpl in <lambda>()66 import com.android.car.carlauncher.datasources.UXRestrictionDataSource in <lambda>()[all …]
12 import com.android.healthconnect.controller.datasources.AggregationCardInfo;22 …;", "mAggregationCardInfo", "", "Lcom/android/healthconnect/controller/datasources/AggregationCard…31 …private final java.util.List<com.android.healthconnect.controller.datasources.AggregationCardInfo>…56 …java.util.List<com.android.healthconnect.controller.datasources.AggregationCardInfo> aggregationCa… in setAggregationCardInfo()74 …gationDataCard addSingleLargeCard(com.android.healthconnect.controller.datasources.AggregationCard… in addSingleLargeCard()82 …oid.healthconnect.controller.datasources.AggregationCardInfo firstCardInfo, com.android.healthconn… in addTwoSmallCards()89 …gationDataCard constructSmallCard(com.android.healthconnect.controller.datasources.AggregationCard… in constructSmallCard()98 …oid.healthconnect.controller.datasources.AggregationCardInfo firstCardInfo, com.android.healthconn… in addTwoLargeCards()105 …gationDataCard constructLargeCard(com.android.healthconnect.controller.datasources.AggregationCard… in constructLargeCard()
3 import com.android.dialer.calllog.datasources.DataSources;4 import com.android.dialer.calllog.datasources.phonelookup.PhoneLookupDataSource;5 import com.android.dialer.calllog.datasources.systemcalllog.SystemCallLogDataSource;6 import com.android.dialer.calllog.datasources.voicemail.VoicemailDataSource;16 public final class CallLogModule_ProvideCallLogDataSourcesFactory implements Factory<DataSources> {36 public DataSources get() { in get()45 public static Factory<DataSources> create( in create()