Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DMobileNetworkSummaryController.java64 private List<UiccInfoEntity> mUiccInfoEntityList; field in MobileNetworkSummaryController
119 mUiccInfoEntityList == null || mUiccInfoEntityList.isEmpty()) || ( in getSummary()
130 if (info.isEmbedded || mUiccInfoEntityList.get(0).isActive in getSummary()
168 || (mUiccInfoEntityList == null || mUiccInfoEntityList.isEmpty()) in update()
213 mUiccInfoEntityList = uiccInfoEntityList; in onAllUiccInfoChanged()
DMobileNetworkRepository.java88 private List<UiccInfoEntity> mUiccInfoEntityList = new ArrayList<>(); field in MobileNetworkRepository
350 return mUiccInfoEntityList; in getUiccInfoEntityList()
467 mUiccInfoEntityList = new ArrayList<>(uiccInfoEntityList); in onAllUiccInfoChanged()
518 mUiccInfoEntityList.removeIf(info -> info.subId.equals(subId)); in deleteAllInfoBySubId()
807 printwriter.println(" uiccInfoEntityList= " + mUiccInfoEntityList); in dump()