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.java64 private AppType mAppType; field in UiccCardApplication
99 mAppType = as.app_type; in UiccCardApplication()
100 mAuthContext = getAuthContext(mAppType); in UiccCardApplication()
128 if (DBG) log(mAppType + " update. New " + as); in update()
131 AppType oldAppType = mAppType; in update()
134 mAppType = as.app_type; in update()
135 mAuthContext = getAuthContext(mAppType); in update()
144 if (mAppType != oldAppType) { in update()
172 if (DBG) log(mAppType + " being Disposed"); in dispose()
554 return mAppType; in getType()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java146 for (IccCardApplicationStatus.AppType mAppType : in tesUiccCartdInfoSanity()
148 assertFalse(mUicccard.isApplicationOnIcc(mAppType)); in tesUiccCartdInfoSanity()
DUiccProfileTest.java169 for (IccCardApplicationStatus.AppType mAppType : in tesUiccProfileInfoSanity()
171 if (mAppType == IccCardApplicationStatus.AppType.APPTYPE_USIM) { in tesUiccProfileInfoSanity()
172 assertTrue(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity()
174 assertFalse(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity()