Searched refs:notifyDataConnection (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java48 public void notifyDataConnection(Phone sender, String reason, String apnType) { method in class:TestPhoneNotifier
51 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:TestPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneNotifier.java39 public void notifyDataConnection(Phone sender, String reason, String apnType, method in interface:PhoneNotifier
H A DITelephonyRegistry.aidl37 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
H A DDefaultPhoneNotifier.java104 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
127 mRegistry.notifyDataConnection(
H A DDataConnectionTracker.java880 protected void notifyDataConnection(String reason) { method in class:DataConnectionTracker
883 mPhone.notifyDataConnection(reason, apnIdToType(id));
898 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTING);
902 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTING);
903 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTED);
910 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.DISCONNECTED);
H A DPhoneBase.java774 public void notifyDataConnection(String reason, String apnType, method in class:PhoneBase
776 mNotifier.notifyDataConnection(this, reason, apnType, state);
779 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneBase
780 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
783 public void notifyDataConnection(String reason) { method in class:PhoneBase
786 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java278 notifyDataConnection(reason);
394 notifyDataConnection(reason);
400 notifyDataConnection(reason);
592 notifyDataConnection(reason);
638 notifyDataConnection(Phone.REASON_ROAMING_OFF);
651 notifyDataConnection(Phone.REASON_ROAMING_ON);
668 notifyDataConnection(null);
758 notifyDataConnection(reason);
773 notifyDataConnection(Phone.REASON_VOICE_CALL_STARTED);
786 notifyDataConnection(Phon
[all...]
H A DCdmaLteServiceStateTracker.java427 phone.notifyDataConnection(null);
H A DCdmaServiceStateTracker.java1065 phone.notifyDataConnection(null);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java519 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
523 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
524 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTED);
605 notifyDataConnection(Phone.REASON_DATA_DETACHED);
614 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
743 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
793 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
898 mPhone.notifyDataConnection(apnContext.getReason(),
906 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1114 mPhone.notifyDataConnection(apnContex
2256 protected void notifyDataConnection(String reason) { method in class:GsmDataConnectionTracker
[all...]
H A DGsmServiceStateTracker.java990 phone.notifyDataConnection(Phone.REASON_NW_TYPE_CHANGED);
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java415 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistry
418 if (!checkNotifyPermission("notifyDataConnection()" )) {
422 Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="

Completed in 157 milliseconds