Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSmsManager.java2051 ISms iccISms = getISmsService(); in getSmsCapacityOnIcc() local
2052 if (iccISms != null) { in getSmsCapacityOnIcc()
2053 ret = iccISms.getSmsCapacityOnIccForSubscriber(getSubscriptionId()); in getSmsCapacityOnIcc()
2730 ISms iccISms = getISmsServiceOrThrow(); in checkSmsShortCodeDestination() local
2731 if (iccISms != null) { in checkSmsShortCodeDestination()
2732 return iccISms.checkSmsShortCodeDestination(getSubscriptionId(), in checkSmsShortCodeDestination()