Home
last modified time | relevance | path

Searched defs:requestId (Results 1 – 25 of 34) sorted by relevance

12

/packages/services/Mms/src/com/android/mms/service/
DLogUtil.java27 public static void i(final String requestId, final String message) { in i()
35 public static void d(final String requestId, final String message) { in d()
43 public static void v(final String requestId, final String message) { in v()
51 public static void e(final String requestId, final String message, final Throwable t) { in e()
59 public static void e(final String requestId, final String message) { in e()
67 public static void w(final String requestId, final String message, final Throwable t) { in w()
75 public static void w(final String requestId, final String message) { in w()
DMmsHttpClient.java120 String proxyHost, int proxyPort, Bundle mmsConfig, int subId, String requestId) in execute()
193 logHttpHeaders(connection.getRequestProperties(), requestId); in execute() local
204 logHttpHeaders(connection.getRequestProperties(), requestId); in execute() local
213 logHttpHeaders(connection.getHeaderFields(), requestId); in execute() local
248 private void maybeWaitForIpv4(final String requestId, final URL url) { in maybeWaitForIpv4()
282 private static void logHttpHeaders(Map<String, List<String>> headers, String requestId) { in logHttpHeaders() argument
DSendRequest.java72 final String requestId = getRequestId(); in doHttp() local
96 final String requestId = getRequestId(); in parsePdu() local
174 final String requestId = getRequestId(); in persistIfRequired() local
271 final String requestId = getRequestId(); in updateDestinationAddress() local
DMmsNetworkManager.java209 public void acquireNetwork(final String requestId) throws MmsNetworkException { in acquireNetwork()
289 public void releaseNetwork(final String requestId, final boolean shouldDelayRelease) { in releaseNetwork()
DApnSettings.java90 public static ApnSettings load(Context context, String apnName, int subId, String requestId) in load()
119 private static ApnSettings getApnSettingsFromCursor(Cursor cursor, String requestId) in getApnSettingsFromCursor()
DDownloadRequest.java72 final String requestId = getRequestId(); in doHttp() local
104 final String requestId = getRequestId(); in persistIfRequired() local
DMmsRequest.java177 final String requestId = this.getRequestId(); in execute() local
281 final String requestId = this.getRequestId(); in processResult() local
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java307 int requestId = getNextRequestId(); in getInitialUserInfo() local
348 private void sendHalRequest(int requestId, int timeoutMs, @NonNull VehiclePropValue request, in sendHalRequest()
679 int requestId = value.value.int32Values.get(0); in handleOnUserIdentificationAssociation() local
743 private void logSetUserAssociationResponse(int requestId, UserIdentificationResponse response, in logSetUserAssociationResponse()
780 private <REQ, RESP> void addPendingRequestLocked(int requestId, in addPendingRequestLocked()
793 private <RESP> void addPendingRequestLocked(int requestId, @NonNull Class<RESP> responseClass, in addPendingRequestLocked()
821 private PendingRequest<?, ?> handleRemovePendingRequest(int requestId) { in handleRemovePendingRequest()
832 private void handleCheckIfRequestTimedOut(int requestId) { in handleCheckIfRequestTimedOut()
842 private PendingRequest<?, ?> getPendingRequest(int requestId) { in getPendingRequest()
849 int requestId = value.value.int32Values.get(0); in handleOnInitialUserInfoResponse() local
[all …]
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java56 void onTextToSpeechStarted(long requestId); in onTextToSpeechStarted()
64 void onTextToSpeechStopped(long requestId, boolean error); in onTextToSpeechStopped()
160 public boolean requestPlay(List<CharSequence> textToSpeak, long requestId) { in requestPlay()
195 private void onTtsStopped(long requestId, boolean error) { in onTtsStopped()
200 private void playInternal(List<CharSequence> textToSpeak, long requestId) { in playInternal()
347 BatchListener(long requestId, int utteranceCount) { in BatchListener()
394 SpeechRequest(List<CharSequence> textToSpeak, long requestId) { in SpeechRequest()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java135 public void onCharacteristicReadRequest(BluetoothDevice device, int requestId, int offset, in onCharacteristicReadRequest()
141 public void onCharacteristicWriteRequest(BluetoothDevice device, int requestId, in onCharacteristicWriteRequest()
151 public void onDescriptorReadRequest(BluetoothDevice device, int requestId, int offset, in onDescriptorReadRequest()
157 public void onDescriptorWriteRequest(BluetoothDevice device, int requestId, in onDescriptorWriteRequest()
165 public void onExecuteWrite(BluetoothDevice device, int requestId, boolean execute) { in onExecuteWrite()
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DFallbackAssistant.java139 long requestId = mRequestIdGenerator.generateRequestId(); in handleReadAction() local
161 long requestId = mRequestIdGenerator.generateRequestId(); in handleErrorMessage() local
175 private void finishAction(long requestId, boolean hasError) { in finishAction()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java660 int requestId = 12; in doSuccessfulSingleScanOnImpls() local
927 int requestId = 33; in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp() local
976 int requestId = 33; in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp() local
1029 int requestId = 33; in sendSingleScanRequestWithInvalidScanType() local
1088 int requestId = 33; in sendSingleScanRequestWhichFailsToStart() local
1125 int requestId = 33; in sendSingleScanRequestWhichFailsAfterStart() local
1169 int requestId = 33; in testMetricsForOneshotScanWithDFSIsIncremented() local
1202 int requestId = 33; in testMetricsForOneshotScanWithDFSIsNotIncremented() local
1233 int requestId = 2293; in sendSingleScanRequestThenDisableWifi() local
1268 int requestId = 2293; in sendSingleScanRequestThenDisableWifiAfterScanCompleteButBeforeReportingResults() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java163 void addRequest(int requestId, int handle) { in addRequest()
167 void deleteRequest(int requestId) { in deleteRequest()
171 Entry getByRequestId(int requestId) { in getByRequestId()
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DUserHalHelper.java228 public static VehiclePropValue createPropRequest(int prop, int requestId, int requestType) { in createPropRequest()
239 public static VehiclePropValue createPropRequest(int prop, int requestId) { in createPropRequest()
341 int requestId = prop.value.int32Values.get(0); in toUserIdentificationResponse() local
390 int requestId = prop.value.int32Values.get(0); in toInitialUserInfoResponse() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java735 int requestId = 42; in testSwitchDriver() local
1157 int requestId = 42; in testSwitchUser_HalSuccessAndroidSuccess() local
1176 int requestId = 42; in testSwitchUser_HalSuccessAndroidFailure() local
1263 int requestId = 42; in testSwitchUser_multipleCallsDifferentUser_beforeFirstUserUnlocked() local
1291 int requestId = 42; in testSwitchUser_multipleCallsDifferentUser_beforeFirstUserUnlock_abandonFirstCall() local
1320 int requestId = 42; in testSwitchUser_multipleCallsDifferentUser_beforeHALResponded() local
1345 int requestId = 42; in testSwitchUser_multipleCallsDifferentUser_beforeHALResponded_abandonFirstCall() local
1373 int requestId = 42; in testSwitchUser_multipleCallsDifferentUser_HALRespondedLate_abandonFirstCall() local
1406 int requestId = 42; in testSwitchUser_multipleCallsSameUser_beforeHALResponded() local
1424 int requestId = 42; in testSwitchUser_multipleCallsSameUser_beforeFirstUserUnlocked() local
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java181 TaskLoadResult loadTasksInBackground(int numTasks, int requestId, boolean loadKeysOnly) { in loadTasksInBackground()
237 boolean isValidForRequest(int requestId, boolean loadKeysOnly) { in isValidForRequest()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSendStatusReceiver.java64 final Uri requestId = intent.getData(); in onReceive() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
DPermissionsManager.java71 int requestId = getNextRequestId(); in requestPermissions() local
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java227 public final int requestId; field in NetworkAgentInfo.InactivityTimer
230 public InactivityTimer(int requestId, long expiryMs) { in InactivityTimer()
816 public void removeRequest(int requestId) { in removeRequest()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java713 int requestId = -4; in testUserSwitch_OEMRequest_success() local
728 int requestId = 4; in testUserSwitch_OEMRequest_failure_positiveRequestId() local
1477 int requestId = request.value.int32Values.get(0); in replySetPropertyWithOnChangeEvent() local
1556 private void mockNextRequestId(int requestId) { in mockNextRequestId()
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsSender.java137 public static void setResult(final Uri requestId, final int resultCode, in setResult()
/packages/modules/Connectivity/tests/unit/java/android/net/
DConnectivityManagerTest.java427 static NetworkRequest makeRequest(int requestId) { in makeRequest()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DPermissionControllerServiceImpl.java659 long requestId = Utils.getValidSessionId(); in onOneTimePermissionSessionTimeout() local
680 AppPermissionGroup group, long requestId) { in logOneTimeSessionRevoke()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java162 private void setRequestId(int requestId) { in setRequestId()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkRequest.java88 public final int requestId; field in NetworkRequest

12