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.java105 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in IccCardProxy
159 mCurrentAppType = UiccController.APP_FAM_3GPP; in setVoiceRadioTech()
161 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setVoiceRadioTech()
178 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in updateQuietMode()
184 mCurrentAppType = UiccController.APP_FAM_3GPP; in updateQuietMode()
190 && (mCurrentAppType == UiccController.APP_FAM_3GPP2) in updateQuietMode()
194 + " mCurrentAppType=" + mCurrentAppType in updateQuietMode()
218 + mCurrentAppType + " isLteOnCdmaMode=" + isLteOnCdmaMode in updateQuietMode()
304 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) { in handleMessage()
351 newApp = newCard.getApplication(mCurrentAppType); in updateIccAvailability()
[all …]