Searched defs:notifyDataConnection (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java110 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
133 mRegistry.notifyDataConnection(
H A DPhoneNotifier.java41 public void notifyDataConnection(Phone sender, String reason, String apnType, method in interface:PhoneNotifier
H A DPhoneBase.java976 public void notifyDataConnection(String reason, String apnType, method in class:PhoneBase
978 mNotifier.notifyDataConnection(this, reason, apnType, state);
981 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneBase
982 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
985 public void notifyDataConnection(String reason) { method in class:PhoneBase
988 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java51 public void notifyDataConnection(Phone sender, String reason, String apnType) { method in class:TestPhoneNotifier
54 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java477 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistry
480 if (!checkNotifyPermission("notifyDataConnection()" )) {
484 Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java535 notifyDataConnection(Phone.REASON_DATA_DETACHED);
546 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
644 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
703 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
810 mPhone.notifyDataConnection(apnContext.getReason(),
818 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1052 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1165 notifyDataConnection(reason);
1438 notifyDataConnection(Phone.REASON_ROAMING_OFF);
1449 notifyDataConnection(Phon
1874 protected void notifyDataConnection(String reason) { method in class:DcTracker
[all...]
H A DDcTrackerBase.java1026 protected void notifyDataConnection(String reason) { method in class:DcTrackerBase
1029 mPhone.notifyDataConnection(reason, apnIdToType(id));
1044 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1049 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1051 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1062 mPhone.notifyDataConnection(reason, apnIdToType(apnId),

Completed in 160 milliseconds