Searched refs:mIsEuiccConfiguableCache (Results 1 – 1 of 1) sorted by relevance
46 private Boolean mIsEuiccConfiguableCache; field in MobileNetworkSummaryStatus128 mIsEuiccConfiguableCache = mIsEuiccConfiguable.get(); in isEuiccConfigSupport()134 return (mIsEuiccConfiguableCache == null) ? in isEuiccConfigSupport()135 false : mIsEuiccConfiguableCache.booleanValue(); in isEuiccConfigSupport()