Home
last modified time | relevance | path

Searched refs:updatePendingRequestWakelockTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DClientWakelockAccountantTest.java67 Assert.assertEquals(0, mClient.updatePendingRequestWakelockTime(0)); in testStopAttributingWakelock()
80 Assert.assertEquals(0, mClient.updatePendingRequestWakelockTime(0)); in testStopAllPendingRequests()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java92 public synchronized long updatePendingRequestWakelockTime(long uptime) { in updatePendingRequestWakelockTime() method in ClientWakelockAccountant
DClientWakelockTracker.java81 client.updatePendingRequestWakelockTime(uptime); in getClientRequestStats()