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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java66 public class BluetoothHandsfree { class
77 private static BluetoothHandsfree sInstance;
192 * Initialize the singleton BluetoothHandsfree instance.
195 /* package */ static BluetoothHandsfree init(Context context, CallManager cm) {
196 synchronized (BluetoothHandsfree.class) {
198 sInstance = new BluetoothHandsfree(context, cm);
207 private BluetoothHandsfree(Context context, CallManager cm) { method in class:BluetoothHandsfree
299 synchronized (BluetoothHandsfree.this) {
326 // must be called with BluetoothHandsfree locked
371 synchronized (BluetoothHandsfree
[all...]

Completed in 7 milliseconds