Searched refs:getDataConnectionState (Results 1 – 9 of 9) sorted by relevance
149 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase154 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in SipPhoneBase
189 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase194 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in ImsPhoneBase
100 public int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
211 DataState getDataConnectionState(); in getDataConnectionState() method219 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
368 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneProxy369 return mActivePhone.getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()373 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneProxy374 return mActivePhone.getDataConnectionState(apnType); in getDataConnectionState()
1406 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()1412 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()1815 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneBase1816 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
147 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in CDMALTEPhone
773 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in CDMAPhone
337 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GSMPhone