Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java102 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in IccCardProxy
156 mCurrentAppType = UiccController.APP_FAM_3GPP; in setVoiceRadioTech()
158 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setVoiceRadioTech()
172 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in updateQuietMode()
180 && (mCurrentAppType == UiccController.APP_FAM_3GPP2); in updateQuietMode()
201 + mCurrentAppType + " cdmaSource=" + cdmaSource + ")"); in updateQuietMode()
285 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()
332 newApp = newCard.getApplication(mCurrentAppType); in updateIccAvailability()
351 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
931 pw.println(" mCurrentAppType=" + mCurrentAppType); in dump()