Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSmsManager.java2202 ISms iccISms = getISmsService(); in getSmsCapacityOnIcc() local
2203 if (iccISms != null) { in getSmsCapacityOnIcc()
2204 ret = iccISms.getSmsCapacityOnIccForSubscriber(getSubscriptionId()); in getSmsCapacityOnIcc()
3049 ISms iccISms = getISmsServiceOrThrow(); in checkSmsShortCodeDestination() local
3050 if (iccISms != null) { in checkSmsShortCodeDestination()
3051 return iccISms.checkSmsShortCodeDestination(getSubscriptionId(), in checkSmsShortCodeDestination()