Home
last modified time | relevance | path

Searched refs:dataThrottlingRequest (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DThermalMitigationRequest.java96 @Nullable DataThrottlingRequest dataThrottlingRequest) { in ThermalMitigationRequest() argument
98 mDataThrottlingRequest = dataThrottlingRequest; in ThermalMitigationRequest()
216 @NonNull DataThrottlingRequest dataThrottlingRequest) { in setDataThrottlingRequest()
217 mDataThrottlingRequest = dataThrottlingRequest; in setDataThrottlingRequest()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1873 DataThrottlingRequest dataThrottlingRequest = in handleMessage() local
1878 request.workSource, dataThrottlingRequest.getDataThrottlingAction(), in handleMessage()
1879 dataThrottlingRequest.getCompletionDurationMillis()); in handleMessage()
9980 DataThrottlingRequest dataThrottlingRequest) { in handleDataThrottlingRequest() argument
9983 if (!isDataThrottlingSupported && dataThrottlingRequest.getDataThrottlingAction() in handleDataThrottlingRequest()
9998 (int) sendRequest(CMD_SET_DATA_THROTTLING, dataThrottlingRequest, subId); in handleDataThrottlingRequest()
10004 "throttling action = " + dataThrottlingRequest.getDataThrottlingAction()); in handleDataThrottlingRequest()