Searched refs:mCurrentAppType (Results 1 – 2 of 2) sorted by relevance
138 public int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in UiccProfile219 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()
638 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()