Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java701 OutgoingShortCodeSms existingOutgoingShortCodeSms = find(shortCodeSms); in addOutgoingShortCodeSms() local
702 if (existingOutgoingShortCodeSms != null) { in addOutgoingShortCodeSms()
703 existingOutgoingShortCodeSms.shortCodeSmsCount += 1; in addOutgoingShortCodeSms()