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

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java47 public void notifyDataConnection(Phone sender, String reason, String apnType) { method in class:TestPhoneNotifier
50 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:TestPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneNotifier.java37 public void notifyDataConnection(Phone sender, String reason, String apnType, method in interface:PhoneNotifier
H A DITelephonyRegistry.aidl36 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
H A DDefaultPhoneNotifier.java103 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
126 mRegistry.notifyDataConnection(
H A DDataConnectionTracker.java862 protected void notifyDataConnection(String reason) { method in class:DataConnectionTracker
865 mPhone.notifyDataConnection(reason, apnIdToType(id));
880 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTING);
884 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTING);
885 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.CONNECTED);
892 mPhone.notifyDataConnection(reason, apnIdToType(apnId), Phone.DataState.DISCONNECTED);
H A DPhoneBase.java816 public void notifyDataConnection(String reason, String apnType, method in class:PhoneBase
818 mNotifier.notifyDataConnection(this, reason, apnType, state);
821 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneBase
822 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
825 public void notifyDataConnection(String reason) { method in class:PhoneBase
828 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java271 notifyDataConnection(reason);
387 notifyDataConnection(reason);
393 notifyDataConnection(reason);
585 notifyDataConnection(reason);
629 notifyDataConnection(Phone.REASON_ROAMING_OFF);
640 notifyDataConnection(Phone.REASON_ROAMING_ON);
657 notifyDataConnection(null);
747 notifyDataConnection(reason);
762 notifyDataConnection(Phone.REASON_VOICE_CALL_STARTED);
775 notifyDataConnection(Phon
[all...]
H A DCdmaLteServiceStateTracker.java431 phone.notifyDataConnection(null);
H A DCdmaServiceStateTracker.java1009 phone.notifyDataConnection(null);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java508 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
512 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
513 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTED);
594 notifyDataConnection(Phone.REASON_DATA_DETACHED);
603 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
727 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
777 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
881 mPhone.notifyDataConnection(apnContext.getReason(),
889 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1072 mPhone.notifyDataConnection(apnContex
2176 protected void notifyDataConnection(String reason) { method in class:GsmDataConnectionTracker
[all...]
H A DGsmServiceStateTracker.java924 phone.notifyDataConnection(Phone.REASON_NW_TYPE_CHANGED);
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java385 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistry
388 if (!checkNotifyPermission("notifyDataConnection()" )) {
392 Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="

Completed in 275 milliseconds