Searched defs:sendRequest (Results 1 - 3 of 3) sorted by relevance

/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/apps/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java215 sendRequest(call, true);
219 sendRequest(mPrimaryCallContext.getCall(), false);
324 sendRequest(mPrimaryCallContext.getCall(), true);
339 sendRequest(mPrimaryCallContext.getCall(), false);
360 private void sendRequest(Call call, boolean resume) { method in class:VideoPauseController
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java780 private Object sendRequest(int command, Object argument) { method in class:PhoneInterfaceManager
781 return sendRequest(command, argument, null);
789 private Object sendRequest(int command, Object argument, Integer subId) { method in class:PhoneInterfaceManager
812 * Asynchronous ("fire and forget") version of sendRequest():
815 * @see #sendRequest
823 * @see {@link #sendRequest(int,Object)}
959 return (Boolean) sendRequest(CMD_END_CALL, null, new Integer(subId));
972 sendRequest(CMD_ANSWER_RINGING_CALL, null, new Integer(subId));
984 * But that would require calling this method via sendRequest() rather
1385 return (Boolean) sendRequest(CMD_HANDLE_PIN_MM
[all...]

Completed in 129 milliseconds