Searched refs:shortCodeSms (Results 1 – 2 of 2) sorted by relevance
700 public synchronized void addOutgoingShortCodeSms(OutgoingShortCodeSms shortCodeSms) { in addOutgoingShortCodeSms() argument701 OutgoingShortCodeSms existingOutgoingShortCodeSms = find(shortCodeSms); in addOutgoingShortCodeSms()706 shortCodeSms, mMaxOutgoingShortCodeSms); in addOutgoingShortCodeSms()2304 for (OutgoingShortCodeSms shortCodeSms : mAtoms.outgoingShortCodeSms) { in find()2305 if (shortCodeSms.category == key.category in find()2306 && shortCodeSms.xmlVersion == key.xmlVersion) { in find()2307 return shortCodeSms; in find()
1424 private static StatsEvent buildStatsEvent(OutgoingShortCodeSms shortCodeSms) { in buildStatsEvent() argument1427 shortCodeSms.category, in buildStatsEvent()1428 shortCodeSms.xmlVersion, in buildStatsEvent()1429 shortCodeSms.shortCodeSmsCount); in buildStatsEvent()