Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc286 if (operator_changed || ShouldNotifyPropertyUpdate()) { in UpdateMCCMNC()
306 if (operator_changed || ShouldNotifyPropertyUpdate()) { in UpdateSID()
317 if (UpdateMVNO() || ShouldNotifyPropertyUpdate()) { in UpdateNID()
347 if (operator_changed || ShouldNotifyPropertyUpdate()) { in UpdateOperatorName()
369 if (ShouldNotifyPropertyUpdate()) { in UpdateOnlinePortal()
957 bool MobileOperatorInfoImpl::ShouldNotifyPropertyUpdate() const { in ShouldNotifyPropertyUpdate() function in shill::MobileOperatorInfoImpl
Dmobile_operator_info_impl.h134 bool ShouldNotifyPropertyUpdate() const;