Home
last modified time | relevance | path

Searched defs:wlInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java43 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock() local
51 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock() local
76 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest()