Searched refs:mCurrentAppType (Results 1 – 3 of 3) sorted by relevance
150 public int mCurrentAppType = UiccController.APP_FAM_3GPP; //default to 3gpp? field in UiccProfile232 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {402 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()406 mCurrentAppType = UiccController.APP_FAM_3GPP2; in setCurrentAppType()408 mCurrentAppType = UiccController.APP_FAM_3GPP; in setCurrentAppType()533 newApp = getApplication(mCurrentAppType); in updateIccAvailability()555 if (mCurrentAppType == UiccController.APP_FAM_3GPP) { in resetProperties()1956 pw.println(" mCurrentAppType=" + mCurrentAppType); in dump()
645 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()649 assertEquals(UiccController.APP_FAM_3GPP2, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()655 assertEquals(UiccController.APP_FAM_3GPP, mUiccProfile.mCurrentAppType); in testSetVoiceRadioTech()
258 uiccProfile.mCurrentAppType).getPersoSubState().ordinal(); in handleSimLock()