Searched refs:dataThrottlingRequest (Results 1 – 2 of 2) sorted by relevance
96 @Nullable DataThrottlingRequest dataThrottlingRequest) { in ThermalMitigationRequest() argument98 mDataThrottlingRequest = dataThrottlingRequest; in ThermalMitigationRequest()216 @NonNull DataThrottlingRequest dataThrottlingRequest) { in setDataThrottlingRequest()217 mDataThrottlingRequest = dataThrottlingRequest; in setDataThrottlingRequest()
1873 DataThrottlingRequest dataThrottlingRequest = in handleMessage() local1878 request.workSource, dataThrottlingRequest.getDataThrottlingAction(), in handleMessage()1879 dataThrottlingRequest.getCompletionDurationMillis()); in handleMessage()9980 DataThrottlingRequest dataThrottlingRequest) { in handleDataThrottlingRequest() argument9983 if (!isDataThrottlingSupported && dataThrottlingRequest.getDataThrottlingAction() in handleDataThrottlingRequest()9998 (int) sendRequest(CMD_SET_DATA_THROTTLING, dataThrottlingRequest, subId); in handleDataThrottlingRequest()10004 "throttling action = " + dataThrottlingRequest.getDataThrottlingAction()); in handleDataThrottlingRequest()