Searched refs:mAppType (Results 1 – 3 of 3) sorted by relevance
64 private AppType mAppType; field in UiccCardApplication99 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 …]
146 for (IccCardApplicationStatus.AppType mAppType : in tesUiccCartdInfoSanity()148 assertFalse(mUicccard.isApplicationOnIcc(mAppType)); in tesUiccCartdInfoSanity()
169 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()