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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java42 public void notifyDataConnection(Phone sender, String reason, String apnType, method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java153 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
H A DPhone.java2103 public void notifyDataConnection(String reason, String apnType, method in class:Phone
2105 mNotifier.notifyDataConnection(this, reason, apnType, state);
2108 public void notifyDataConnection(String reason, String apnType) { method in class:Phone
2109 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2112 public void notifyDataConnection(String reason) { method in class:Phone
2115 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java234 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistryMock
H A DPhoneMock.java560 public void notifyDataConnection(String reason, String apnType, method in class:PhoneMock
565 public void notifyDataConnection(String reason, String apnType) { method in class:PhoneMock
569 public void notifyDataConnection(String reason) { method in class:PhoneMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1083 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, method in class:TelephonyRegistry
1095 if (!checkNotifyPermission("notifyDataConnection()" )) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1373 notifyDataConnection(Phone.REASON_DATA_DETACHED);
1384 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
1564 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1715 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
1872 mPhone.notifyDataConnection(apnContext.getReason(),
1880 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2194 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2307 notifyDataConnection(reason);
2853 notifyDataConnection(Phone.REASON_ROAMING_OFF);
2873 notifyDataConnection(Phon
3373 private void notifyDataConnection(String reason) { method in class:DcTracker
[all...]

Completed in 192 milliseconds