Searched refs:notifyUserMobileDataStateChanged (Results 1 – 6 of 6) sorted by relevance
88 void notifyUserMobileDataStateChanged(Phone sender, boolean state); in notifyUserMobileDataStateChanged() method
205 public void notifyUserMobileDataStateChanged(Phone sender, boolean state) { in notifyUserMobileDataStateChanged() method in DefaultPhoneNotifier206 mTelephonyRegistryMgr.notifyUserMobileDataStateChanged(sender.getPhoneId(), in notifyUserMobileDataStateChanged()
2556 public void notifyUserMobileDataStateChanged(boolean state) { in notifyUserMobileDataStateChanged() method in Phone2557 mNotifier.notifyUserMobileDataStateChanged(this, state); in notifyUserMobileDataStateChanged()
146 mPhone.notifyUserMobileDataStateChanged(isUserDataEnabled());227 mPhone.notifyUserMobileDataStateChanged(enabled); in setUserDataEnabled()
485 public void notifyUserMobileDataStateChanged(int slotIndex, int subId, boolean state) { in notifyUserMobileDataStateChanged() method in TelephonyRegistryManager
42972 HSPLcom/android/internal/telephony/DefaultPhoneNotifier;->notifyUserMobileDataStateChanged(Lcom/and…43054 HSPLcom/android/internal/telephony/Phone;->notifyUserMobileDataStateChanged(Z)V