Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DClientWakelockAccountantTest.java61 mClient.stopAttributingWakelock(15, 25, 300); in testStopAttributingWakelock()
64 mClient.stopAttributingWakelock(25, 26, 700); in testStopAttributingWakelock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java50 public void stopAttributingWakelock(int request, int token, long time) { in stopAttributingWakelock() method in ClientWakelockAccountant
DClientWakelockTracker.java54 client.stopAttributingWakelock(requestId, token, uptime); in stopTracking()