Searched refs:getDataConnectionState (Results 1 – 9 of 9) sorted by relevance
102 public @TelephonyManager.DataState int getDataConnectionState() { in getDataConnectionState() method in PreciseDataConnectionState
260 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()
237 DataState getDataConnectionState(String apnType); in getDataConnectionState() method
2335 mNotifier.notifyDataConnection(this, apnType, getDataConnectionState(apnType)); in notifyDataConnection()2343 getDataConnectionState(apnType)); in notifyDataConnection()2369 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in Phone3236 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in Phone3237 return getDataConnectionState(PhoneConstants.APN_TYPE_DEFAULT); in getDataConnectionState()
590 public PhoneConstants.DataState getDataConnectionState(String apnType) { in getDataConnectionState() method in GsmCdmaPhone
133 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in SipPhoneBase
182 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in ImsPhoneBase
831 public PhoneConstants.DataState getDataConnectionState() { in getDataConnectionState() method in PhoneMock
7767 method public int getDataConnectionState();