HomeSort by relevance Sort by last modified time
    Searched defs:notifyDataConnection (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 41 public void notifyDataConnection(Phone sender, String reason, String apnType,
DefaultPhoneNotifier.java 110 public void notifyDataConnection(Phone sender, String reason, String apnType,
133 mRegistry.notifyDataConnection(
PhoneBase.java 930 public void notifyDataConnection(String reason, String apnType,
932 mNotifier.notifyDataConnection(this, reason, apnType, state);
935 public void notifyDataConnection(String reason, String apnType) {
936 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
939 public void notifyDataConnection(String reason) {
942 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 51 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/dataconnection/
DcController.java 280 mPhone.notifyDataConnection(
DcTracker.java 537 notifyDataConnection(Phone.REASON_DATA_DETACHED);
546 notifyDataConnection(Phone.REASON_DATA_ATTACHED);
644 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
700 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(),
    [all...]
DcTrackerBase.java     [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 477 public void notifyDataConnection(int state, boolean isDataConnectivityPossible,
480 if (!checkNotifyPermission("notifyDataConnection()" )) {
484 Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="

Completed in 121 milliseconds