Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DRequestLogRecord.java54 private long mRequestId = 0; field in RequestLogRecord
99 this.mRequestId = requestId; in RequestLogRecord()
120 return mRequestId; in getRequestId()
147 && mRequestId == that.mRequestId in equals()
159 _hash = 31 * _hash + Long.hashCode(mRequestId); in hashCode()
171 dest.writeLong(mRequestId); in writeToParcel()
194 this.mRequestId = requestId; in RequestLogRecord()
222 private long mRequestId; field in RequestLogRecord.Builder
258 mRequestId = value; in setRequestId()
285 mRequestId = 0; in build()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DMediaRequestHandlerTest.java199 .that(mTestZoneAudioRequestCallback.mRequestId).isEqualTo(requestId); in requestMediaAudioOnPrimaryZone_callsApprover()
211 .that(mTestMediaRequestStatusCallback.mRequestId).isEqualTo(requestId); in requestMediaAudioOnPrimaryZone_withoutApprover()
232 .that(mTestMediaRequestStatusCallback.mRequestId).isEqualTo(requestId); in acceptMediaAudioRequest()
274 .that(mTestMediaRequestStatusCallback.mRequestId).isEqualTo(requestId); in rejectMediaAudioRequest()
303 .that(mTestMediaRequestStatusCallback.mRequestId).isEqualTo(requestId); in cancelMediaAudioOnPrimaryZone()
322 .that(mTestZoneAudioRequestCallback.mRequestId).isEqualTo(requestId); in cancelMediaAudioOnPrimaryZone_callsApprover()
351 .that(mTestMediaRequestStatusCallback.mRequestId).isEqualTo(requestId); in stopMediaAudioOnPrimaryZone()
652 private long mRequestId = INVALID_REQUEST_ID; field in MediaRequestHandlerTest.TestPrimaryZoneMediaAudioRequestCallback
661 mRequestId = requestId; in onRequestMediaOnPrimaryZone()
670 mRequestId = requestId; in onMediaAudioRequestStatusChanged()
[all …]
DCarAudioServiceUnitTest.java2954 .that(requestToken.mRequestId).isEqualTo(requestId); in requestMediaAudioOnPrimaryZone_withPassengerOccupant_callsApprover()
3005 .that(requestCallback.mRequestId).isEqualTo(requestId); in binderDied_onMediaRequestApprover_resetsApprovedRequest()
3053 .that(requestCallback.mRequestId).isEqualTo(shareId); in allowMediaAudioOnPrimaryZone_whileMirroring_fails()
3090 .that(requestCallback.mRequestId).isEqualTo(requestId); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsRequester()
3115 .that(requestApprover.mRequestId).isEqualTo(requestId); in allowMediaAudioOnPrimaryZone_withAllowedRequest_callsApprover()
3140 .that(requestCallback.mRequestId).isEqualTo(requestId); in allowMediaAudioOnPrimaryZone_withUnallowedRequest_callsRequester()
3165 .that(requestApprover.mRequestId).isEqualTo(requestId); in allowMediaAudioOnPrimaryZone_withUnallowedRequest_callsApprover()
3326 .that(requestToken.mRequestId).isEqualTo(requestId); in cancelMediaAudioOnPrimaryZone_beforeAllowed()
6841 private long mRequestId = INVALID_REQUEST_ID; field in CarAudioServiceUnitTest.TestPrimaryZoneMediaAudioRequestCallback
6857 mRequestId = requestId; in onRequestMediaOnPrimaryZone()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DGetSetValueResult.java35 private final int mRequestId; field in GetSetValueResult
46 mRequestId = requestId; in GetSetValueResult()
107 return mRequestId; in getRequestId()
134 dest.writeInt(mRequestId); in writeToParcel()
157 this.mRequestId = requestId; in GetSetValueResult()
DAsyncPropertyServiceRequest.java39 private final int mRequestId; field in AsyncPropertyServiceRequest
88 mRequestId = requestId; in AsyncPropertyServiceRequest()
125 return mRequestId; in getRequestId()
163 dest.writeInt(mRequestId); in writeToParcel()
189 this.mRequestId = requestId; in AsyncPropertyServiceRequest()
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java141 playInternal(mPendingRequest.mTextToSpeak, mPendingRequest.mRequestId); in handleInitCompleted()
344 private final long mRequestId; field in TextToSpeechHelper.BatchListener
348 mRequestId = requestId; in BatchListener()
356 mListener.onTextToSpeechStarted(mRequestId); in onStart()
385 onTtsStopped(mRequestId, error); in handleBatchFinished()
392 final long mRequestId; field in TextToSpeechHelper.SpeechRequest
396 mRequestId = requestId; in SpeechRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java73 private int mRequestId; field in AfcClient
76 mRequestId = 0; in AfcClient()
105 mRequestId)); in queryAfcServer()
136 mRequestId++; in queryAfcServer()
168 inquiryRequest.put("requestId", String.valueOf(mRequestId)); in getAfcRequestJSONObject()
/packages/services/Mms/tests/robotests/src/com/android/mms/service/
DMmsNetworkManagerTest.java80 private final AtomicInteger mRequestId = new AtomicInteger(1); field in MmsNetworkManagerTest
112 acquireNetwork(Integer.toString(mRequestId.getAndIncrement())); in testAvailableNetwork_newNetworkIsSuspend()
171 acquireNetwork(Integer.toString(mRequestId.getAndIncrement())); in testAvailableNetwork_networkUnavailable()
192 acquireNetwork(Integer.toString(mRequestId.getAndIncrement())); in testAvailableNetwork_newNetworkSuspendedEventuallyReleased()
233 acquireNetwork(Integer.toString(mRequestId.getAndIncrement())); in acquireAvailableNetworkAndGetCallback()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java210 mRequestId = requestId; in GattOpContext()
225 mRequestId = requestId; in GattOpContext()
235 public int mRequestId; field in TbsGatt.GattOpContext
1052 op.mRequestId, in onRejectedAuthorizationGattOperation()
1061 op.mRequestId, in onRejectedAuthorizationGattOperation()
1080 op.mRequestId, in onRejectedAuthorizationGattOperation()
1164 device, op.mRequestId, BluetoothGatt.GATT_SUCCESS, op.mOffset, buffer); in onUnauthorizedCharRead()
1170 op.mRequestId, in onUnauthorizedCharRead()
1206 mBluetoothGattServer.sendResponse(device, op.mRequestId, status, op.mOffset, value); in onUnauthorizedGattOperation()
1222 device, op.mRequestId, status, op.mOffset, op.mValue); in onUnauthorizedGattOperation()
[all …]
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java302 private final int mRequestId; field in CarPropertyManager.GetPropertyRequest
311 return mRequestId; in getRequestId()
335 mRequestId = requestId; in GetPropertyRequest()
348 .append(mRequestId) in toString()
365 private final int mRequestId; field in CarPropertyManager.SetPropertyRequest
451 return mRequestId; in getRequestId()
496 mRequestId = requestId; in SetPropertyRequest()
510 .append(mRequestId) in toString()
529 private final int mRequestId; field in CarPropertyManager.PropertyAsyncError
535 return mRequestId; in getRequestId()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java40 private final long mRequestId; field in PendingRequestPoolUnitTest.LongTestRequest
44 mRequestId = requestId; in LongTestRequest()
50 return mRequestId; in getRequestId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java227 mRequestId = requestId; in GattOpContext()
242 mRequestId = requestId; in GattOpContext()
252 public int mRequestId; field in MediaControlGattService.GattOpContext
554 device, op.mRequestId, BluetoothGatt.GATT_SUCCESS, op.mOffset, buffer); in onUnauthorizedCharRead()
560 op.mRequestId, in onUnauthorizedCharRead()
589 op.mRequestId, in onUnauthorizedGattOperation()
599 device, op.mRequestId, BluetoothGatt.GATT_FAILURE, op.mOffset, null); in onUnauthorizedGattOperation()
605 device, op.mRequestId, BluetoothGatt.GATT_SUCCESS, op.mOffset, value); in onUnauthorizedGattOperation()
625 device, op.mRequestId, status, op.mOffset, op.mValue); in onUnauthorizedGattOperation()
689 op.mRequestId, in onAuthorizedGattOperation()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java152 private int mRequestId = REQUEST_ID_NOT_ASSIGNED; field in IkeLocalRequestScheduler.LocalRequest
167 mRequestId = requestId; in setRequestId()
172 return mRequestId; in getRequestId()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java376 writer.println(prefix + " mResultsUi=[id=" + mResultsUi.mRequestId + ", tasks="); in dump()
408 final int mRequestId; field in RecentTasksList.TaskLoadResult
415 mRequestId = requestId; in TaskLoadResult()
420 return mRequestId == requestId && (!mKeysOnly || loadKeysOnly); in isValidForRequest()
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java73 private final String mRequestId = UUID.randomUUID().toString(); field in RkpRegistrationCheck
244 uri = uri.buildUpon().appendQueryParameter("requestId", mRequestId).build(); in httpPost()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java104 private final AtomicLong mRequestId = new AtomicLong(0); field in AidlVehicleStub
980 long vhalRequestId = mRequestId.getAndIncrement(); in getOrSetSync()
1093 long vhalRequestId = mRequestId.getAndIncrement(); in prepareAndConvertAsyncRequests()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp167 int64_t requestId = mRequestId++; in getValue()
173 int64_t requestId = mRequestId++; in setValue()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1199 private final int mRequestId; field in BaseCarUserServiceTestCase.SwitchUserRequestMatcher
1208 mRequestId = requestId; in SwitchUserRequestMatcher()
1229 if (argument.requestId != mRequestId) { in matches()
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h134 std::atomic<int64_t> mRequestId = 0; variable
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2448 private final int mRequestId; field in CarPowerManagementService.AsyncPolicyRequest
2463 mRequestId = requestId; in AsyncPolicyRequest()
2468 return mRequestId; in getRequestId()