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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCardProxy.java86 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in class:IccCardProxy
133 mCurrentAppType = UiccController.APP_FAM_3GPP;
135 mCurrentAppType = UiccController.APP_FAM_3GPP2;
152 if (mCurrentAppType == UiccController.APP_FAM_3GPP) {
158 mCurrentAppType = UiccController.APP_FAM_3GPP;
164 && (mCurrentAppType == UiccController.APP_FAM_3GPP2)
184 + mCurrentAppType + " isLteOnCdmaMode=" + isLteOnCdmaMode
245 newApp = newCard.getApplication(mCurrentAppType);

Completed in 64 milliseconds