Home
last modified time | relevance | path

Searched defs:tag_ids (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/device/google/zumapro/telephony/
Dsatellite_access_config.json35 "tag_ids": [ array
71 "tag_ids": [ array
96 "tag_ids": [ array
125 "tag_ids": [ array
161 "tag_ids": [ array
189 "tag_ids": [ array
/aosp_15_r20/packages/services/Telephony/assets/
Dsatellite_access_config.json24 "tag_ids": [ array
51 "tag_ids": [ array
78 "tag_ids": [ array
105 "tag_ids": [ array
133 "tag_ids": [ array
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/
Denums.rs24 let tag_ids = tags.iter().map(|tag| format_ident!("{}", tag.id())).collect::<Vec<_>>(); in generate_enum() localVariable
/aosp_15_r20/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/proto/google/cloud/discoveryengine/v1beta/
H A Duser_event.proto196 repeated string tag_ids = 15; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1/
H A Duser_event.proto200 repeated string tag_ids = 15; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1beta/
H A Duser_event.proto200 repeated string tag_ids = 15; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1alpha/
H A Duser_event.proto200 repeated string tag_ids = 15; field
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dvendor_tag_utils.cc43 std::unordered_set<uint32_t> tag_ids; in CombineVendorTags() local