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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java626 processUnknownAt(event.valueString, event.device);
946 processUnknownAt(event.valueString, event.device);
1809 private void processUnknownAt(String atString, BluetoothDevice device) { method in class:HeadsetStateMachine
1811 Log.w(TAG, "processUnknownAt device is null");
1814 log("processUnknownAt - atString = " + atString);

Completed in 28 milliseconds