Searched defs:onDataConnectionStateChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java131 * @see #onDataConnectionStateChanged
298 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1, msg.arg2);
299 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1);
409 public void onDataConnectionStateChanged(int state) { method in class:PhoneStateListener
416 public void onDataConnectionStateChanged(int state, int networkType) { method in class:PhoneStateListener
563 public void onDataConnectionStateChanged(int state, int networkType) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java447 public void onDataConnectionStateChanged(int state, int networkType) { method in class:MobileSignalController.MobilePhoneStateListener
449 Log.d(mTag, "onDataConnectionStateChanged: state=" + state

Completed in 93 milliseconds