Searched refs:notifyDataConnection (Results 1 - 12 of 12) 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.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.java2144 public void notifyDataConnection(String reason, String apnType, method in class:Phone
2146 mNotifier.notifyDataConnection(this, reason, apnType, state);
2149 public void notifyDataConnection(String reason, String apnType) { method in class:Phone
2150 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
2153 public void notifyDataConnection(String reason) { method in class:Phone
2156 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
H A DServiceStateTracker.java2963 mPhone.notifyDataConnection(Phone.REASON_IWLAN_AVAILABLE);
2965 mPhone.notifyDataConnection(null);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl49 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java453 verify(mPhone, times(1)).notifyDataConnection(eq(Phone.REASON_CONNECTED),
504 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
515 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
522 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
569 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
580 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
587 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection(
611 verify(mPhone, never()).notifyDataConnection(eq(Phone.REASON_CONNECTED),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1210 notifyDataConnection(Phone.REASON_DATA_DETACHED);
1221 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
1461 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1544 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
1700 mPhone.notifyDataConnection(apnContext.getReason(),
1708 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2043 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
2156 notifyDataConnection(reason);
2772 notifyDataConnection(Phone.REASON_ROAMING_OFF);
2796 notifyDataConnection(Phon
3314 private void notifyDataConnection(String reason) { method in class:DcTracker
[all...]
H A DDcController.java334 mPhone.notifyDataConnection(
/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.java1075 public void notifyDataConnection(int state, boolean isDataAllowed, method in class:TelephonyRegistry
1087 if (!checkNotifyPermission("notifyDataConnection()" )) {

Completed in 116 milliseconds