Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DClientWakelockAccountantTest.java76 mClient.stopAllPendingRequests(300); in testStopAllPendingRequests()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java58 public void stopAllPendingRequests(long time) { in stopAllPendingRequests() method in ClientWakelockAccountant
DClientWakelockTracker.java68 client.stopAllPendingRequests(uptime); in stopTrackingAll()