Home
last modified time | relevance | path

Searched defs:sendRequest (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/
DRemoteAuthPlatform.java44 public boolean sendRequest(int connectionId, byte[] request, ResponseCallback callback) { in sendRequest() method in RemoteAuthPlatform
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/jni/
DINativeRemoteAuthService.java40 boolean sendRequest(int connectionId, byte[] request, ResponseCallback callback); in sendRequest() method
DNativeRemoteAuthService.java61 public void sendRequest( in sendRequest() method in NativeRemoteAuthService
/packages/modules/ImsMedia/test/imsmediahal/src/com/android/telephony/testimsmediahal/
DJNIConnector.java59 public void sendRequest(int sessionId, Parcel parcel) { in sendRequest() method in JNIConnector
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/
DConnection.java74 void sendRequest(byte[] request, MessageResponseCallback messageResponseCallback); in sendRequest() method
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DTextLocalSession.java58 public void sendRequest(final int sessionId, final Parcel parcel) { in sendRequest() method in TextLocalSession
DVideoService.java55 public void sendRequest(final int sessionId, Parcel parcel) { in sendRequest() method in VideoService
DTextService.java56 public void sendRequest(final int sessionId, Parcel parcel) { in sendRequest() method in TextService
DAudioService.java55 public void sendRequest(final int sessionId, Parcel parcel) { in sendRequest() method in AudioService
DVideoLocalSession.java59 public void sendRequest(final int sessionId, final Parcel parcel) { in sendRequest() method in VideoLocalSession
DAudioLocalSession.java60 public void sendRequest(final int sessionId, final Parcel parcel) { in sendRequest() method in AudioLocalSession
/packages/apps/Dialer/java/com/android/incallui/
DVideoPauseController.java312 private void sendRequest(DialerCall call, boolean resume) { in sendRequest() method in VideoPauseController
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java361 UsbRequest sendRequest = getNewRequest(); in writeBufferSize() local
405 UsbRequest sendRequest = getNewRequest(); in run() local
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionTask.java129 protected TranscriptionResponse sendRequest(Request request) { in sendRequest() method in TranscriptionTask
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DFilterDeleteSet.java226 private void sendRequest(int type, Path path, int indexHint) { in sendRequest() method in FilterDeleteSet
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/
DDckL2capTest.kt653 val sendRequest = SendRequest.newBuilder().setChannel(channel).setData(sampleData).build() in sendDataFromBumbleToPhoneAndVerifyUtil() constant
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java901 public void sendRequest(@NonNull final FileDescriptor fd, in sendRequest() method in AutomaticOnOffKeepaliveTracker.Dependencies
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2335 private Object sendRequest(int command, Object argument) { in sendRequest() method in PhoneInterfaceManager
2345 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2355 private Object sendRequest(int command, Object argument, Integer subId) { in sendRequest() method in PhoneInterfaceManager
2365 private @Nullable Object sendRequest(int command, Object argument, Integer subId, in sendRequest() method in PhoneInterfaceManager
2375 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2384 private Object sendRequest(int command, Object argument, Phone phone, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2395 private @Nullable Object sendRequest(int command, Object argument, Integer subId, Phone phone, in sendRequest() method in PhoneInterfaceManager
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java769 private void sendRequest(FileDescriptor fd, String host) throws Exception { in sendRequest() method in VpnTest
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3234 private void sendRequest(IkeMessage request) { in sendRequest() method in IkeSessionStateMachine.CreateIkeLocalIkeInit