Searched refs:sendRequest (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DVideoPauseController.java204 sendRequest(call, true);
208 sendRequest(mPrimaryCall, false);
282 sendRequest(mPrimaryCall, true);
296 sendRequest(mPrimaryCall, false);
317 private void sendRequest(DialerCall call, boolean resume) { method in class:VideoPauseController
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java335 UsbRequest sendRequest = getNewRequest();
336 if (sendRequest == null) {
341 boolean queued = sendRequest.queue(bufferToSend, bufferSizeArray.length);
379 UsbRequest sendRequest = getNewRequest();
380 if (sendRequest == null) {
386 boolean queued = sendRequest.queue(bufferToSend, bufferSize);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterDeleteSet.java226 private void sendRequest(int type, Path path, int indexHint) { method in class:FilterDeleteSet
240 sendRequest(REQUEST_ADD, path, indexHint);
244 sendRequest(REQUEST_REMOVE, path, 0 /* unused */);
248 sendRequest(REQUEST_CLEAR, null /* unused */ , 0 /* unused */);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java975 private Object sendRequest(int command, Object argument) { method in class:PhoneInterfaceManager
976 return sendRequest(command, argument, SubscriptionManager.INVALID_SUBSCRIPTION_ID);
984 private Object sendRequest(int command, Object argument, Integer subId) { method in class:PhoneInterfaceManager
1007 * Asynchronous ("fire and forget") version of sendRequest():
1010 * @see #sendRequest
1018 * @see {@link #sendRequest(int,Object)}
1161 return (Boolean) sendRequest(CMD_END_CALL, null, new Integer(subId));
1174 sendRequest(CMD_ANSWER_RINGING_CALL, null, new Integer(subId));
1186 * But that would require calling this method via sendRequest() rather
1588 sendRequest(CMD_HANDLE_USSD_REQUES
[all...]

Completed in 119 milliseconds