Home | History | Annotate | Download | only in phone

Lines Matching full:sendrequest

765     private Object sendRequest(int command, Object argument) {
766 return sendRequest(command, argument, null);
774 private Object sendRequest(int command, Object argument, Integer subId) {
797 * Asynchronous ("fire and forget") version of sendRequest():
800 * @see #sendRequest
808 * @see {@link #sendRequest(int,Object)}
944 return (Boolean) sendRequest(CMD_END_CALL, null, new Integer(subId));
957 sendRequest(CMD_ANSWER_RINGING_CALL, null, new Integer(subId));
969 * But that would require calling this method via sendRequest() rather
1370 return (Boolean) sendRequest(CMD_HANDLE_PIN_MMI, dialString, subId);
1493 cells = (ArrayList<NeighboringCellInfo>) sendRequest(
1767 Boolean success = (Boolean) sendRequest(CMD_SET_VOICEMAIL_NUMBER,
1960 IccOpenLogicalChannelResponse response = (IccOpenLogicalChannelResponse)sendRequest(
1974 Boolean success = (Boolean)sendRequest(CMD_CLOSE_CHANNEL, channel);
1994 IccIoResult response = (IccIoResult)sendRequest(CMD_TRANSMIT_APDU_LOGICAL_CHANNEL,
2017 IccIoResult response = (IccIoResult)sendRequest(CMD_TRANSMIT_APDU_BASIC_CHANNEL,
2041 (IccIoResult)sendRequest(CMD_EXCHANGE_SIM_IO,
2067 IccIoResult response = (IccIoResult)sendRequest(CMD_SEND_ENVELOPE, content);
2090 String value = (String) sendRequest(CMD_NV_READ_ITEM, itemID);
2107 Boolean success = (Boolean) sendRequest(CMD_NV_WRITE_ITEM,
2124 Boolean success = (Boolean) sendRequest(CMD_NV_WRITE_CDMA_PRL, preferredRoamingList);
2140 Boolean success = (Boolean) sendRequest(CMD_NV_RESET_CONFIG, resetType);
2176 sendRequest(CMD_SET_NETWORK_SELECTION_MODE_AUTOMATIC, null, subId);
2186 return (Boolean) sendRequest(CMD_SET_NETWORK_SELECTION_MODE_MANUAL, operator, subId);
2196 CellNetworkScanResult result = (CellNetworkScanResult) sendRequest(
2226 int[] result = (int[]) sendRequest(CMD_GET_PREFERRED_NETWORK_TYPE, null, subId);
2243 Boolean success = (Boolean) sendRequest(CMD_SET_PREFERRED_NETWORK_TYPE, networkType, subId);
2564 AsyncResult result = (AsyncResult)sendRequest(CMD_INVOKE_OEM_RIL_REQUEST_RAW, oemReq);
2856 return (ModemActivityInfo) sendRequest(CMD_GET_MODEM_ACTIVITY_INFO, null);