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/
DUiccProfile.java137 private int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in UiccProfile
213 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
347 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
351 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
353 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
475 newApp = getApplication(mCurrentAppType); in updateIccAvailability()
497 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
1846 pw.println(" mCurrentAppType=" + mCurrentAppType); in dump()