Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSmsStats.java124 proto.error = getIncomingSmsError(success); in onIncomingSmsPP()
144 proto.error = getIncomingSmsError(result); in onIncomingSmsError()
155 proto.error = getIncomingSmsError(result); in onIncomingSmsWapPush()
301 private static int getIncomingSmsError(int result) { in getIncomingSmsError() method in SmsStats
316 private static int getIncomingSmsError(boolean success) { in getIncomingSmsError() method in SmsStats