Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1172 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType); in handleMessage() local
1173 if (uiccApp == null) { in handleMessage()
1180 if (DBG) logv("getForbiddenPlmns() found app " + uiccApp.getAid() in handleMessage()
1184 ((SIMRecords) uiccApp.getIccRecords()).getForbiddenPlmns( in handleMessage()
1431 uiccApp = uiccCard.getApplicationByType(appType); in handleMessage()
1432 if (uiccApp == null) { in handleMessage()
1439 ((SIMRecords) uiccApp.getIccRecords()) in handleMessage()