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

  /frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java 100 public int getDataConnectionState() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 210 DataState getDataConnectionState();
218 DataState getDataConnectionState(String apnType);
    [all...]
PhoneBase.java     [all...]
PhoneProxy.java 337 public PhoneConstants.DataState getDataConnectionState() {
338 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT);
342 public PhoneConstants.DataState getDataConnectionState(String apnType) {
343 return mActivePhone.getDataConnectionState(apnType);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 173 public PhoneConstants.DataState getDataConnectionState() {
178 public PhoneConstants.DataState getDataConnectionState(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 149 public PhoneConstants.DataState getDataConnectionState() {
154 public PhoneConstants.DataState getDataConnectionState(String apnType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 143 public PhoneConstants.DataState getDataConnectionState(String apnType) {
178 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
CDMAPhone.java 760 public PhoneConstants.DataState getDataConnectionState(String apnType) {
800 log("getDataConnectionState apnType=" + apnType + " ret=" + ret);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 312 mPhones[peerphoneId].getDataConnectionState(activeApnTypes[i]) !=
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 340 public PhoneConstants.DataState getDataConnectionState(String apnType) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]

Completed in 543 milliseconds