Searched refs:getElapsedSinceBootMillis (Results 1 – 5 of 5) sorted by relevance
82 long expiry = sTelephonyFacade.getElapsedSinceBootMillis() + CACHE_EXPIRY_TIME; in putWapMessageSize()105 long currentTime = sTelephonyFacade.getElapsedSinceBootMillis(); in invalidateOldEntries()
31 public long getElapsedSinceBootMillis() { in getElapsedSinceBootMillis() method in TelephonyFacade
121 when(facade.getElapsedSinceBootMillis()).thenReturn(currentTime); in testPutWapMessageSize_expiryExceeded_entryRemoved()133 when(facade.getElapsedSinceBootMillis()) in testPutWapMessageSize_expiryExceeded_entryRemoved()
447 mLastDrsOrRatChangeTimeMs = mTelephonyFacade.getElapsedSinceBootMillis(); in handleDrsOrRatChanged()518 long currTimeMs = mTelephonyFacade.getElapsedSinceBootMillis(); in handleTrafficStatsPoll()547 mLastModemPollTimeMs = mTelephonyFacade.getElapsedSinceBootMillis(); in makeRequestModemActivity()634 mFilterUpdateTimeMs = mTelephonyFacade.getElapsedSinceBootMillis(); in updateTxRxBandwidthFilterSendToDataConnection()711 long currTimeMs = mTelephonyFacade.getElapsedSinceBootMillis();1086 mLastPlmnOrRatChangeTimeMs = mTelephonyFacade.getElapsedSinceBootMillis(); in updateDataRatCellIdentityBandwidth()
112 when(mTelephonyFacade.getElapsedSinceBootMillis()).thenReturn(0L); in setUp()130 when(mTelephonyFacade.getElapsedSinceBootMillis()).thenReturn(mElapsedTimeMs); in addElapsedTime()