Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java110 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication()
145 mIccRecords = createIccRecords(as.app_type, c, ci); in update()
179 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { in createIccRecords() method in UiccCardApplication