Home
last modified time | relevance | path

Searched refs:getDataConnectionState (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java221 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
228 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
236 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
243 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java148 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
153 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java188 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
193 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in ImsPhoneBase
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java98 public int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java229 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
DPhone.java2010 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2016 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2716 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in Phone
2717 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
DGsmCdmaPhone.java494 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java829 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock
1069 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneMock