Lines Matching refs:workSource
454 public WorkSource workSource; field in PhoneInterfaceManager.MainThreadRequest
460 MainThreadRequest(Object argument, Phone phone, WorkSource workSource) { in MainThreadRequest() argument
465 this.workSource = workSource; in MainThreadRequest()
468 MainThreadRequest(Object argument, Integer subId, WorkSource workSource) { in MainThreadRequest() argument
473 this.workSource = workSource; in MainThreadRequest()
766 request.workSource); in handleMessage()
793 request.workSource); in handleMessage()
826 phone.isNrDualConnectivityEnabled(onCompleted, request.workSource); in handleMessage()
866 phone.isVoNrEnabled(onCompleted, request.workSource); in handleMessage()
906 request.workSource); in handleMessage()
954 request.workSource); in handleMessage()
1320 defaultPhone.getModemActivityInfo(onCompleted, request.workSource); in handleMessage()
1396 defaultPhone.setAllowedCarriers(argument, onCompleted, request.workSource); in handleMessage()
1424 defaultPhone.getAllowedCarriers(onCompleted, request.workSource); in handleMessage()
1583 request.phone.requestCellInfoUpdate(request.workSource, onCompleted); in handleMessage()
1597 request.phone.requestCellInfoUpdate(request.workSource, in handleMessage()
1878 request.workSource, dataThrottlingRequest.getDataThrottlingAction(), in handleMessage()
1925 request.phone.setSimPowerState(stateToSet, onCompleted, request.workSource); in handleMessage()
2061 .prepareUnattendedReboot(request.workSource); in handleMessage()
2109 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() argument
2111 null, workSource, -1 /*timeoutInMs*/); in sendRequest()
2139 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() argument
2140 return sendRequest(command, argument, subId, null, workSource, -1 /*timeoutInMs*/); in sendRequest()
2148 private Object sendRequest(int command, Object argument, Phone phone, WorkSource workSource) { in sendRequest() argument
2150 workSource, -1 /*timeoutInMs*/); in sendRequest()
2160 WorkSource workSource, long timeoutInMs) { in sendRequest() argument
2169 request = new MainThreadRequest(argument, phone, workSource); in sendRequest()
2171 request = new MainThreadRequest(argument, subId, workSource); in sendRequest()
2233 int command, Object argument, Phone phone, WorkSource workSource) { in sendRequestAsync() argument
2234 MainThreadRequest request = new MainThreadRequest(argument, phone, workSource); in sendRequestAsync()
2597 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName() local
2602 phone.updateServiceLocation(workSource); in updateServiceLocationWithPackageName()
2976 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation() local
2981 return (CellIdentity) sendRequest(CMD_GET_CELL_LOCATION, workSource, subId); in getCellLocation()
3113 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo() local
3119 CMD_GET_ALL_CELL_INFO, null, phone, workSource); in getAllCellInfo()
3137 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateWithWorkSource() argument
3139 requestCellInfoUpdateInternal(subId, cb, callingPackage, callingFeatureId, workSource); in requestCellInfoUpdateWithWorkSource()
3143 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateInternal() argument
3184 sendRequestAsync(CMD_REQUEST_CELL_INFO_UPDATE, cb, phone, workSource); in requestCellInfoUpdateInternal()
3190 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate() local
3194 getDefaultPhone().setCellInfoListRate(rateInMillis, workSource); in setCellInfoListRate()
5575 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem() local
5582 String value = (String) sendRequest(CMD_NV_READ_ITEM, itemID, workSource); in nvReadItem()
5600 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem() local
5608 new Pair<Integer, String>(itemID, itemValue), workSource); in nvWriteItem()
6472 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState() local
6477 workSource); in setNrDualConnectivityState()
6498 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled() local
6502 null, subId, workSource); in isNrDualConnectivityEnabled()
7859 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in requestModemActivityInfo() local
7863 sendRequestAsync(CMD_GET_MODEM_ACTIVITY_INFO, result, null, workSource); in requestModemActivityInfo()
8235 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setAllowedCarriers() local
8244 workSource); in setAllowedCarriers()
8261 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllowedCarriers() local
8265 Object response = sendRequest(CMD_GET_ALLOWED_CARRIERS, null, workSource); in getAllowedCarriers()
8322 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setVoNrEnabled() local
8325 workSource); in setVoNrEnabled()
8350 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isVoNrEnabled() local
8354 null, subId, workSource); in isVoNrEnabled()
8520 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setSimPowerStateForSlot() local
8525 phone.setSimPowerState(state, null, workSource); in setSimPowerStateForSlot()
8549 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setSimPowerStateForSlotWithCallback() local
8555 sendRequestAsync(CMD_SET_SIM_POWER, arguments, phone, workSource); in setSimPowerStateForSlotWithCallback()
9569 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getSystemSelectionChannels() local
9572 Object result = sendRequest(CMD_GET_SYSTEM_SELECTION_CHANNELS, null, subId, workSource); in getSystemSelectionChannels()
10086 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in sendThermalMitigationRequest() local
10913 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in prepareForUnattendedReboot() local
10918 return (int) sendRequest(CMD_PREPARE_UNATTENDED_REBOOT, null, workSource); in prepareForUnattendedReboot()