Searched refs:mAppType (Results 1 – 2 of 2) sorted by relevance
65 private AppType mAppType; field in UiccCardApplication97 mAppType = as.app_type; in UiccCardApplication()98 mAuthContext = getAuthContext(mAppType); in UiccCardApplication()125 if (DBG) log(mAppType + " update. New " + as); in update()128 AppType oldAppType = mAppType; in update()131 mAppType = as.app_type; in update()132 mAuthContext = getAuthContext(mAppType); in update()141 if (mAppType != oldAppType) { in update()169 if (DBG) log(mAppType + " being Disposed"); in dispose()554 return mAppType; in getType()[all …]
151 for (IccCardApplicationStatus.AppType mAppType : in tesUiccCartdInfoSanity()153 assertFalse(mUicccard.isApplicationOnIcc(mAppType)); in tesUiccCartdInfoSanity()