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

/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/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java43 public void notifyDataConnection(Phone sender, String reason, String apnType, method in interface:PhoneNotifier
H A DPhoneBase.java1319 public void notifyDataConnection(String reason, String apnType, method in class:PhoneBase
1321 mNotifier.notifyDataConnection(this, reason, apnType, state);
1324 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneBase
1325 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
1328 public void notifyDataConnection(String reason) { method in class:PhoneBase
1331 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
H A DDefaultPhoneNotifier.java152 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl45 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java782 notifyDataConnection(Phone.REASON_DATA_DETACHED);
793 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
883 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
948 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
1082 mPhone.notifyDataConnection(apnContext.getReason(),
1090 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1375 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1426 notifyDataConnection(reason);
1763 notifyDataConnection(Phone.REASON_ROAMING_OFF);
1774 notifyDataConnection(Phon
2263 protected void notifyDataConnection(String reason) { method in class:DcTracker
[all...]
H A DDcTrackerBase.java1109 protected void notifyDataConnection(String reason) { method in class:DcTrackerBase
1112 mPhone.notifyDataConnection(reason, apnIdToType(id));
1127 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1132 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1134 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
1145 mPhone.notifyDataConnection(reason, apnIdToType(apnId),
H A DDcController.java298 mPhone.notifyDataConnection(
H A DDcSwitchState.java117 public void notifyDataConnection(int phoneId, String state, String reason, method in class:DcSwitchState
H A DDctController.java133 mDcSwitchState[phoneId].notifyDataConnection(phoneId, state, reason,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java496 mPhone.notifyDataConnection(null);
H A DCdmaServiceStateTracker.java1164 mPhone.notifyDataConnection(null);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java792 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistry
804 if (!checkNotifyPermission("notifyDataConnection()" )) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1166 mPhone.notifyDataConnection(null);

Completed in 1379 milliseconds