Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java102 public @TelephonyManager.DataState int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java260 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
267 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
275 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
282 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java237 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
DPhone.java2335 mNotifier.notifyDataConnection(this, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2343 getDataConnectionState(apnType)); in notifyDataConnection()
2369 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in Phone
3236 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in Phone
3237 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
DGsmCdmaPhone.java590 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java133 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java182 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java831 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock
/frameworks/base/api/
Dsystem-current.txt7767 method public int getDataConnectionState();