Home
last modified time | relevance | path

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

/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.java335 UsbRequest sendRequest = getNewRequest(); in writeBufferSize() local
379 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/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java576 private void sendRequest(FileDescriptor fd, String host) throws Exception { in sendRequest() method in VpnTest
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2009 private Object sendRequest(int command, Object argument) { in sendRequest() method in PhoneInterfaceManager
2019 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2029 private Object sendRequest(int command, Object argument, Integer subId) { in sendRequest() method in PhoneInterfaceManager
2039 private @Nullable Object sendRequest(int command, Object argument, Integer subId, in sendRequest() method in PhoneInterfaceManager
2049 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2058 private Object sendRequest(int command, Object argument, Phone phone, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2069 private @Nullable Object sendRequest(int command, Object argument, Integer subId, Phone phone, in sendRequest() method in PhoneInterfaceManager
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java2962 private void sendRequest(IkeMessage request) { in sendRequest() method in IkeSessionStateMachine.CreateIkeLocalIkeInit