Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java143 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
148 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java192 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
197 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/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java294 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
301 assertEquals(PhoneConstants.DataState.DISCONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
309 assertEquals(PhoneConstants.DataState.CONNECTED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
316 assertEquals(PhoneConstants.DataState.SUSPENDED, mPhoneUT.getDataConnectionState( in testGetDataConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java270 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
DPhone.java2162 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2168 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2961 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in Phone
2962 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
DGsmCdmaPhone.java517 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java833 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock
1081 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneMock
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5402 Landroid/telephony/PreciseDataConnectionState;->getDataConnectionState()I
Dboot-image-profile.txt39823 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getDataConnectionState(Ljava/lang/String;)Lcom/an…
40442 HSPLcom/android/internal/telephony/Phone;->getDataConnectionState()Lcom/android/internal/telephony/…