Home
last modified time | relevance | path

Searched refs:mAppType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java69 private AppType mAppType; field in UiccCardApplication
110 mAppType = as.app_type; in UiccCardApplication()
111 mAuthContext = getAuthContext(mAppType); in UiccCardApplication()
140 if (DBG) log(mAppType + " update. New " + as); in update()
143 AppType oldAppType = mAppType; in update()
147 mAppType = as.app_type; in update()
148 mAuthContext = getAuthContext(mAppType); in update()
157 if (mAppType != oldAppType) { in update()
190 if (DBG) log(mAppType + " being Disposed"); in dispose()
619 return mAppType; in getType()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java89 for (IccCardApplicationStatus.AppType mAppType : in testUiccCartdInfoCorrectness()
91 assertFalse(mUiccCard.isApplicationOnIcc(mAppType)); in testUiccCartdInfoCorrectness()
DUiccProfileTest.java127 for (IccCardApplicationStatus.AppType mAppType : in tesUiccProfileInfoSanity()
129 if (mAppType == IccCardApplicationStatus.AppType.APPTYPE_USIM) { in tesUiccProfileInfoSanity()
130 assertTrue(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity()
132 assertFalse(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity()