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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneService.java128 public boolean sendDtmf(int dtmf) throws RemoteException {
130 Log.i(TAG, "BT - sendDtmf %c", Log.DEBUG ? dtmf : '.');
131 return sendSynchronousRequest(MSG_SEND_DTMF, dtmf);
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp210 static void dtmf_cmd_callback(char dtmf, bt_bdaddr_t* bd_addr) { argument
222 // TBD dtmf has changed from int to char
223 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onSendDtmf, dtmf, addr);
/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java1665 int dtmf = Settings.System.getInt(getContentResolver(),
1667 mButtonDTMF.setValueIndex(dtmf);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2575 private void processSendDtmf(int dtmf, BluetoothDevice device) { argument
2583 mPhoneProxy.sendDtmf(dtmf);
3035 private void onSendDtmf(int dtmf, byte[] address) { argument
3037 event.valueInt = dtmf;

Completed in 822 milliseconds