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.java230 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
237 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
245 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
252 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java150 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
155 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java189 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
194 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.java220 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
DPhone.java2109 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2115 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2883 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in Phone
2884 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.java837 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock
1085 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneMock