Searched refs:getCurrentDataConnectionState (Results 1 – 6 of 6) sorted by relevance
1417 assertEquals(sst.getCurrentDataConnectionState(), ServiceState.STATE_OUT_OF_SERVICE); in testGetCurrentDataRegState()1521 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchet()1538 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchet()1558 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchetWithCellChange()1575 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchetWithCellChange()1597 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchetWithCellChangeBeforeRatChange()1613 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchetWithCellChangeBeforeRatChange()1627 assertEquals(ServiceState.STATE_IN_SERVICE, mSST.getCurrentDataConnectionState()); in testRatRatchetWithCellChangeBeforeRatChange()
293 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSST).getCurrentDataConnectionState(); in testGetDataConnectionState()
2584 public int getCurrentDataConnectionState() { in getCurrentDataConnectionState() method in ServiceStateTracker3810 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) { in registerForDataConnectionAttached()3828 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in registerForDataConnectionDetached()
525 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE in getDataConnectionState()562 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) { in getDataActivityState()
1422 if (sst.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in updateNetworkInfoSuspendState()
40761 HSPLcom/android/internal/telephony/ServiceStateTracker;->getCurrentDataConnectionState()I