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.java1166 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType); in handleMessage() local
1167 if (uiccApp == null) { in handleMessage()
1174 if (DBG) logv("getForbiddenPlmns() found app " + uiccApp.getAid() in handleMessage()
1178 ((SIMRecords) uiccApp.getIccRecords()).getForbiddenPlmns( in handleMessage()
1425 uiccApp = uiccCard.getApplicationByType(appType); in handleMessage()
1426 if (uiccApp == null) { in handleMessage()
1433 ((SIMRecords) uiccApp.getIccRecords()) in handleMessage()