Searched refs:getDataConnectionState (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 230 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/ |
D | SipPhoneBase.java | 150 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/ |
D | ImsPhoneBase.java | 189 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/ |
D | PreciseDataConnectionState.java | 98 public int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 220 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
|
D | Phone.java | 2109 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()
|
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 | 837 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock 1085 public DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in PhoneMock
|