Home
last modified time | relevance | path

Searched refs:newProto (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DRcsStats.java1361 newProto.carrierId = proto.carrierId; in copyImsRegistrationFeatureTagStats()
1362 newProto.slotId = proto.slotId; in copyImsRegistrationFeatureTagStats()
1367 return newProto; in copyImsRegistrationFeatureTagStats()
1372 newProto.carrierId = proto.carrierId; in copyRcsAcsProvisioningStats()
1373 newProto.slotId = proto.slotId; in copyRcsAcsProvisioningStats()
1374 newProto.responseCode = proto.responseCode; in copyRcsAcsProvisioningStats()
1377 newProto.count = proto.count; in copyRcsAcsProvisioningStats()
1380 return newProto; in copyRcsAcsProvisioningStats()
1386 newProto.carrierId = proto.carrierId; in copyImsRegistrationServiceDescStats()
1387 newProto.slotId = proto.slotId; in copyImsRegistrationServiceDescStats()
[all …]
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java1786 SchemaTypeConfigProto newProto = newTypesToProto.remove(schemaType); in rewriteSchema() local
1787 if (newProto != null) { in rewriteSchema()
1789 existingSchema.setTypes(i, newProto); in rewriteSchema()