Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java65 private AppType mAppType; field in UiccCardApplication
97 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 …]