Lines Matching refs:workSource
485 public WorkSource workSource; field in PhoneInterfaceManager.MainThreadRequest
491 MainThreadRequest(Object argument, Phone phone, WorkSource workSource) { in MainThreadRequest() argument
496 this.workSource = workSource; in MainThreadRequest()
499 MainThreadRequest(Object argument, Integer subId, WorkSource workSource) { in MainThreadRequest() argument
504 this.workSource = workSource; in MainThreadRequest()
840 request.workSource); in handleMessage()
867 request.workSource); in handleMessage()
900 phone.isNrDualConnectivityEnabled(onCompleted, request.workSource); in handleMessage()
940 phone.isVoNrEnabled(onCompleted, request.workSource); in handleMessage()
980 request.workSource); in handleMessage()
1028 request.workSource); in handleMessage()
1402 defaultPhone.getModemActivityInfo(onCompleted, request.workSource); in handleMessage()
1479 defaultPhone.setAllowedCarriers(argument, onCompleted, request.workSource); in handleMessage()
1507 defaultPhone.getAllowedCarriers(onCompleted, request.workSource); in handleMessage()
1666 request.phone.requestCellInfoUpdate(request.workSource, onCompleted); in handleMessage()
1680 request.phone.requestCellInfoUpdate(request.workSource, in handleMessage()
1961 request.workSource, dataThrottlingRequest.getDataThrottlingAction(), in handleMessage()
2008 request.phone.setSimPowerState(stateToSet, onCompleted, request.workSource); in handleMessage()
2144 .prepareUnattendedReboot(request.workSource); in handleMessage()
2192 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() argument
2194 null, workSource, -1 /*timeoutInMs*/); in sendRequest()
2222 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() argument
2223 return sendRequest(command, argument, subId, null, workSource, -1 /*timeoutInMs*/); in sendRequest()
2231 private Object sendRequest(int command, Object argument, Phone phone, WorkSource workSource) { in sendRequest() argument
2233 workSource, -1 /*timeoutInMs*/); in sendRequest()
2243 WorkSource workSource, long timeoutInMs) { in sendRequest() argument
2252 request = new MainThreadRequest(argument, phone, workSource); in sendRequest()
2254 request = new MainThreadRequest(argument, subId, workSource); in sendRequest()
2316 int command, Object argument, Phone phone, WorkSource workSource) { in sendRequestAsync() argument
2317 MainThreadRequest request = new MainThreadRequest(argument, phone, workSource); in sendRequestAsync()
2681 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName() local
2686 phone.updateServiceLocation(workSource); in updateServiceLocationWithPackageName()
3073 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation() local
3078 return (CellIdentity) sendRequest(CMD_GET_CELL_LOCATION, workSource, subId); in getCellLocation()
3210 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo() local
3216 CMD_GET_ALL_CELL_INFO, null, phone, workSource); in getAllCellInfo()
3234 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateWithWorkSource() argument
3236 requestCellInfoUpdateInternal(subId, cb, callingPackage, callingFeatureId, workSource); in requestCellInfoUpdateWithWorkSource()
3240 String callingPackage, String callingFeatureId, WorkSource workSource) { in requestCellInfoUpdateInternal() argument
3281 sendRequestAsync(CMD_REQUEST_CELL_INFO_UPDATE, cb, phone, workSource); in requestCellInfoUpdateInternal()
3287 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate() local
3291 getDefaultPhone().setCellInfoListRate(rateInMillis, workSource); in setCellInfoListRate()
5565 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem() local
5572 String value = (String) sendRequest(CMD_NV_READ_ITEM, itemID, workSource); in nvReadItem()
5590 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem() local
5598 new Pair<Integer, String>(itemID, itemValue), workSource); in nvWriteItem()
6459 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState() local
6464 workSource); in setNrDualConnectivityState()
6485 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled() local
6489 null, subId, workSource); in isNrDualConnectivityEnabled()
7781 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in requestModemActivityInfo() local
7785 sendRequestAsync(CMD_GET_MODEM_ACTIVITY_INFO, result, null, workSource); in requestModemActivityInfo()
8266 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setAllowedCarriers() local
8275 workSource); in setAllowedCarriers()
8292 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllowedCarriers() local
8296 Object response = sendRequest(CMD_GET_ALLOWED_CARRIERS, null, workSource); in getAllowedCarriers()
8353 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setVoNrEnabled() local
8356 workSource); in setVoNrEnabled()
8381 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isVoNrEnabled() local
8385 null, subId, workSource); in isVoNrEnabled()
8567 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setSimPowerStateForSlot() local
8572 phone.setSimPowerState(state, null, workSource); in setSimPowerStateForSlot()
8596 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setSimPowerStateForSlotWithCallback() local
8602 sendRequestAsync(CMD_SET_SIM_POWER, arguments, phone, workSource); in setSimPowerStateForSlotWithCallback()
9787 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getSystemSelectionChannels() local
9790 Object result = sendRequest(CMD_GET_SYSTEM_SELECTION_CHANNELS, null, subId, workSource); in getSystemSelectionChannels()
10315 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in sendThermalMitigationRequest() local
11143 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in prepareForUnattendedReboot() local
11148 return (int) sendRequest(CMD_PREPARE_UNATTENDED_REBOOT, null, workSource); in prepareForUnattendedReboot()