Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java138 public int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in UiccProfile
219 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
353 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
357 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()
359 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()
481 newApp = getApplication(mCurrentAppType); in updateIccAvailability()
503 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()
1859 pw.println(" mCurrentAppType=" + mCurrentAppType); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java638 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
642 assertEquals(UiccController.APP_FAM_3GPP2, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
648 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()