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.java975 public void notifyDataConnection(String reason, String apnType, method in class:PhoneBase
977 mNotifier.notifyDataConnection(this, reason, apnType, state);
980 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneBase
981 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
984 public void notifyDataConnection(String reason) { method in class:PhoneBase
987 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.java537 notifyDataConnection(Phone.REASON_DATA_DETACHED);
548 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
627 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
686 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
799 mPhone.notifyDataConnection(apnContext.getReason(),
807 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1064 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1177 notifyDataConnection(reason);
1492 notifyDataConnection(Phone.REASON_ROAMING_OFF);
1503 notifyDataConnection(Phon
1942 protected void notifyDataConnection(String reason) { method in class:DcTracker
[all...]
H A DDcTrackerBase.java1031 protected void notifyDataConnection(String reason) { method in class:DcTrackerBase
1034 mPhone.notifyDataConnection(reason, apnIdToType(id));
1049 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1054 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1056 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1067 mPhone.notifyDataConnection(reason, apnIdToType(apnId),

Completed in 108 milliseconds