Searched refs:getSmsTech (Results 1 – 2 of 2) sorted by relevance
226 proto.smsTech = getSmsTech(smsSource, is3gpp2); in getIncomingDefaultProto()253 proto.smsTech = getSmsTech(isOverIms, is3gpp2); in getOutgoingDefaultProto()284 private int getSmsTech(@InboundSmsHandler.SmsSource int smsSource, boolean is3gpp2) { in getSmsTech() method in SmsStats288 return getSmsTech(smsSource == SOURCE_INJECTED_FROM_IMS, is3gpp2); in getSmsTech()291 private int getSmsTech(boolean isOverIms, boolean is3gpp2) { in getSmsTech() method in SmsStats
2499 int smsTech = getSmsTech(smsSource, smsFormat == SmsSession.Event.Format.SMS_FORMAT_3GPP2); in writeIncomingSmsSessionWithType()2589 .setTech(getSmsTech(smsSource, is3gpp2)) in writeIncomingSmsError()2760 private int getSmsTech(@InboundSmsHandler.SmsSource int smsSource, boolean is3gpp2) { in getSmsTech() method in TelephonyMetrics