Searched refs:RilWakelockInfo (Results 1 – 7 of 7) sorted by relevance
32 public ArrayList<RilWakelockInfo> mPendingRilWakelocks = new ArrayList<>();43 RilWakelockInfo wlInfo = new RilWakelockInfo(request, token, concurrentRequests, time); in startAttributingWakelock()51 RilWakelockInfo wlInfo = removePendingWakelock(request, token); in stopAttributingWakelock()60 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in stopAllPendingRequests()70 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in changeConcurrentRequests()76 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest()95 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in updatePendingRequestWakelockTime()107 private RilWakelockInfo removePendingWakelock(int request, int token) { in removePendingWakelock()108 RilWakelockInfo result = null; in removePendingWakelock()110 for (RilWakelockInfo wlInfo : mPendingRilWakelocks) { in removePendingWakelock()
26 public class RilWakelockInfo { class27 private final String LOG_TAG = RilWakelockInfo.class.getSimpleName();48 RilWakelockInfo(int rilRequest, int tokenNumber, int concurrentRequests, long requestTime) { in RilWakelockInfo() method in RilWakelockInfo
945 Lcom/android/internal/telephony/RilWakelockInfo; 251
11989 com.android.internal.telephony.RilWakelockInfo
44557 Lcom/android/internal/telephony/RilWakelockInfo;
11958 com.android.internal.telephony.RilWakelockInfo
34396 Lcom/android/internal/telephony/RilWakelockInfo;