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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 190 DataState getDataConnectionState();
198 DataState getDataConnectionState(String apnType);
    [all...]
PhoneBase.java 837 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
843 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
    [all...]
PhoneProxy.java 278 public PhoneConstants.DataState getDataConnectionState() {
279 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
282 public PhoneConstants.DataState getDataConnectionState(String apnType) {
283 return mActivePhone.getDataConnectionState(apnType);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 160 public PhoneConstants.DataState getDataConnectionState() {
164 public PhoneConstants.DataState getDataConnectionState(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 117 public PhoneConstants.DataState getDataConnectionState(String apnType) {
152 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
CDMAPhone.java 605 public PhoneConstants.DataState getDataConnectionState(String apnType) {
645 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 595 return DefaultPhoneNotifier.convertDataState(mPhone.getDataConnectionState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 280 public PhoneConstants.DataState getDataConnectionState(String apnType) {
    [all...]

Completed in 37 milliseconds