Searched refs:newProto (Results 1 – 1 of 1) sorted by relevance
874 ImsRegistrationFeatureTagStats newProto = copyImsRegistrationFeatureTagStats(proto); in onFlushIncompleteImsRegistrationFeatureTagStats() local877 newProto.registeredMillis = now - proto.registeredMillis; in onFlushIncompleteImsRegistrationFeatureTagStats()878 mAtomsStorage.addImsRegistrationFeatureTagStats(newProto); in onFlushIncompleteImsRegistrationFeatureTagStats()1152 ImsDedicatedBearerListenerEvent newProto = in onImsDedicatedBearerListenerRemoved() local1155 mAtomsStorage.addImsDedicatedBearerListenerEvent(newProto); in onImsDedicatedBearerListenerRemoved()1222 ImsRegistrationServiceDescStats newProto = in onFlushIncompleteImsRegistrationServiceDescStats() local1227 newProto.publishedMillis = now - proto.publishedMillis; in onFlushIncompleteImsRegistrationServiceDescStats()1228 mAtomsStorage.addImsRegistrationServiceDescStats(newProto); in onFlushIncompleteImsRegistrationServiceDescStats()1373 ImsRegistrationFeatureTagStats newProto = new ImsRegistrationFeatureTagStats(); in copyImsRegistrationFeatureTagStats() local1374 newProto.carrierId = proto.carrierId; in copyImsRegistrationFeatureTagStats()[all …]