Searched refs:getDataConnectionState (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 221 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/ |
D | SipPhoneBase.java | 148 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/ |
D | ImsPhoneBase.java | 188 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/ |
D | PreciseDataConnectionState.java | 98 public int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 229 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
|
D | Phone.java | 2010 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()
|
D | GsmCdmaPhone.java | 494 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GsmCdmaPhone
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 829 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock 1069 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneMock
|