Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1784 DataThrottlingRequest dataThrottlingRequest = in handleMessage() local
1789 request.workSource, dataThrottlingRequest.getDataThrottlingAction(), in handleMessage()
1790 dataThrottlingRequest.getCompletionDurationMillis()); in handleMessage()
9804 DataThrottlingRequest dataThrottlingRequest) { in handleDataThrottlingRequest() argument
9807 if (!isDataThrottlingSupported && dataThrottlingRequest.getDataThrottlingAction() in handleDataThrottlingRequest()
9822 (int) sendRequest(CMD_SET_DATA_THROTTLING, dataThrottlingRequest, subId); in handleDataThrottlingRequest()
9828 "throttling action = " + dataThrottlingRequest.getDataThrottlingAction()); in handleDataThrottlingRequest()