Searched refs:mUiccInfoEntityList (Results 1 – 2 of 2) sorted by relevance
64 private List<UiccInfoEntity> mUiccInfoEntityList; field in MobileNetworkSummaryController119 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()
88 private List<UiccInfoEntity> mUiccInfoEntityList = new ArrayList<>(); field in MobileNetworkRepository350 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()