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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java.broken51 public void notifyDataConnection(Phone sender, String reason, String apnType) {
54 public void notifyDataConnection(Phone sender, String reason, String apnType,
/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 DDefaultPhoneNotifier.java154 public void notifyDataConnection(Phone sender, String reason, String apnType, method in class:DefaultPhoneNotifier
H A DPhone.java2156 public void notifyDataConnection(String reason, String apnType, method in class:Phone
2158 mNotifier.notifyDataConnection(this, reason, apnType, state);
2161 public void notifyDataConnection(String reason, String apnType) { method in class:Phone
2162 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2165 public void notifyDataConnection(String reason) { method in class:Phone
2168 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
H A DServiceStateTracker.java2870 mPhone.notifyDataConnection(Phone.REASON_CSS_INDICATOR_CHANGED);
3028 mPhone.notifyDataConnection(Phone.REASON_IWLAN_AVAILABLE);
3030 mPhone.notifyDataConnection(null);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl49 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1192 notifyDataConnection(Phone.REASON_DATA_DETACHED);
1203 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
1443 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1526 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
1689 mPhone.notifyDataConnection(apnContext.getReason(),
1697 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2054 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2751 notifyDataConnection(Phone.REASON_ROAMING_OFF);
2775 notifyDataConnection(Phone.REASON_ROAMING_ON);
2808 notifyDataConnection(nul
3293 private void notifyDataConnection(String reason) { method in class:DcTracker
[all...]
H A DDcController.java395 mPhone.notifyDataConnection(
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java534 verify(mPhone, times(1)).notifyDataConnection(eq(Phone.REASON_CONNECTED),
585 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
596 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
603 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
659 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
670 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
677 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
703 verify(mPhone, never()).notifyDataConnection(eq(Phone.REASON_CONNECTED),
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java236 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.java1169 public void notifyDataConnection(int state, boolean isDataAllowed, method in class:TelephonyRegistry
1181 if (!checkNotifyPermission("notifyDataConnection()" )) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 133 milliseconds