Searched refs:mStoreSms (Results 1 – 1 of 1) sorted by relevance
127 private boolean mStoreSms; field in CellBroadcastReceiverMetrics.FeatureMetrics141 mStoreSms = sp.getBoolean(STORE_SMS, false); in FeatureMetrics()149 return Objects.hash(mDnDChannelSet, mAlertDuringCall, mRoamingSupport, mStoreSms, in hashCode()160 && this.mStoreSms == features.mStoreSms in equals()205 return mStoreSms; in isStoreSms()283 mStoreSms = current; in onChangedStoreSms()326 mStoreSms, in logFeatureChanged()346 editor.putBoolean(STORE_SMS, mStoreSms); in updateSharedPreferences()359 + "mStoreSms = " + mStoreSms + " | " in toString()