Searched refs:notifyUserMobileDataStateChanged (Results 1 – 5 of 5) sorted by relevance
97 void notifyUserMobileDataStateChanged(Phone sender, boolean state); in notifyUserMobileDataStateChanged() method
188 public void notifyUserMobileDataStateChanged(Phone sender, boolean state) { in notifyUserMobileDataStateChanged() method in DefaultPhoneNotifier189 mTelephonyRegistryMgr.notifyUserMobileDataStateChanged(sender.getPhoneId(), in notifyUserMobileDataStateChanged()
2790 public void notifyUserMobileDataStateChanged(boolean state) { in notifyUserMobileDataStateChanged() method in Phone2791 mNotifier.notifyUserMobileDataStateChanged(this, state); in notifyUserMobileDataStateChanged()
158 mPhone.notifyUserMobileDataStateChanged(isUserDataEnabled());240 mPhone.notifyUserMobileDataStateChanged(enabled); in setUserDataEnabled()
614 public void notifyUserMobileDataStateChanged(int slotIndex, int subId, boolean state) { in notifyUserMobileDataStateChanged() method in TelephonyRegistryManager