Searched refs:mRoamingSupport (Results 1 – 1 of 1) sorted by relevance
126 private boolean mRoamingSupport; field in CellBroadcastReceiverMetrics.FeatureMetrics140 mRoamingSupport = sp.getBoolean(ROAMING_SUPPORT, false); in FeatureMetrics()149 return Objects.hash(mDnDChannelSet, mAlertDuringCall, mRoamingSupport, mStoreSms, in hashCode()159 && this.mRoamingSupport == features.mRoamingSupport in equals()197 return mRoamingSupport; in isRoamingSupport()273 mRoamingSupport = current; in onChangedRoamingSupport()325 mRoamingSupport, in logFeatureChanged()345 editor.putBoolean(ROAMING_SUPPORT, mRoamingSupport); in updateSharedPreferences()358 + "mRoamingSupport = " + mRoamingSupport + " | " in toString()