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 205 DataState getDataConnectionState();
213 DataState getDataConnectionState(String apnType);
    [all...]
PhoneBase.java 936 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
942 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
    [all...]
PhoneProxy.java 284 public PhoneConstants.DataState getDataConnectionState() {
285 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
289 public PhoneConstants.DataState getDataConnectionState(String apnType) {
290 return mActivePhone.getDataConnectionState(apnType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 172 public PhoneConstants.DataState getDataConnectionState() {
177 public PhoneConstants.DataState getDataConnectionState(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 115 public PhoneConstants.DataState getDataConnectionState(String apnType) {
150 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
CDMAPhone.java 662 public PhoneConstants.DataState getDataConnectionState(String apnType) {
702 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 608 return DefaultPhoneNotifier.convertDataState(mPhone.getDataConnectionState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 282 public PhoneConstants.DataState getDataConnectionState(String apnType) {
    [all...]

Completed in 25 milliseconds