Searched refs:BluetoothHeadsetClient (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarBatteryController.java21 import android.bluetooth.BluetoothHeadsetClient;
61 private BluetoothHeadsetClient mBluetoothHeadsetClient;
118 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
119 filter.addAction(BluetoothHeadsetClient.ACTION_AG_EVENT);
135 if (BluetoothHeadsetClient.ACTION_AG_EVENT.equals(action)) {
140 int batteryLevel = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
148 } else if (BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED.equals(action)) {
228 int batteryLevel = featuresBundle.getInt(BluetoothHeadsetClient.EXTRA_BATTERY_LEVEL,
264 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHfpClientProfile.java19 import android.bluetooth.BluetoothHeadsetClient;
41 private BluetoothHeadsetClient mService;
65 mService = (BluetoothHeadsetClient) proxy;
H A DLocalBluetoothProfileManager.java23 import android.bluetooth.BluetoothHeadsetClient;
193 BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java40 public final class BluetoothHeadsetClient implements BluetoothProfile { class in inherits:BluetoothProfile
41 private static final String TAG = "BluetoothHeadsetClient";
404 * Create a BluetoothHeadsetClient proxy object.
406 /*package*/ BluetoothHeadsetClient(Context context, ServiceListener l) { method in class:BluetoothHeadsetClient
437 * Other public functions of BluetoothHeadsetClient will return default error
1058 return BluetoothHeadsetClient.STATE_AUDIO_DISCONNECTED;
1174 BluetoothHeadsetClient.this);
H A DBluetoothAdapter.java1917 BluetoothHeadsetClient headsetClient = new BluetoothHeadsetClient(context, listener);
1986 BluetoothHeadsetClient headsetClient = (BluetoothHeadsetClient)proxy;

Completed in 241 milliseconds