Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java874 ImsRegistrationFeatureTagStats newProto = copyImsRegistrationFeatureTagStats(proto); in onFlushIncompleteImsRegistrationFeatureTagStats() local
877 newProto.registeredMillis = now - proto.registeredMillis; in onFlushIncompleteImsRegistrationFeatureTagStats()
878 mAtomsStorage.addImsRegistrationFeatureTagStats(newProto); in onFlushIncompleteImsRegistrationFeatureTagStats()
1152 ImsDedicatedBearerListenerEvent newProto = in onImsDedicatedBearerListenerRemoved() local
1155 mAtomsStorage.addImsDedicatedBearerListenerEvent(newProto); in onImsDedicatedBearerListenerRemoved()
1222 ImsRegistrationServiceDescStats newProto = in onFlushIncompleteImsRegistrationServiceDescStats() local
1227 newProto.publishedMillis = now - proto.publishedMillis; in onFlushIncompleteImsRegistrationServiceDescStats()
1228 mAtomsStorage.addImsRegistrationServiceDescStats(newProto); in onFlushIncompleteImsRegistrationServiceDescStats()
1373 ImsRegistrationFeatureTagStats newProto = new ImsRegistrationFeatureTagStats(); in copyImsRegistrationFeatureTagStats() local
1374 newProto.carrierId = proto.carrierId; in copyImsRegistrationFeatureTagStats()
[all …]