HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothProfileState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 24 import android.bluetooth.BluetoothProfileState;
48 private final BluetoothProfileState mHidProfileState;
54 mHidProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.HID);
BluetoothService.java 36 import android.bluetooth.BluetoothProfileState;
157 private final BluetoothProfileState mA2dpProfileState;
158 private final BluetoothProfileState mHfpProfileState;
234 mA2dpProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.A2DP);
235 mHfpProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.HFP);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 42 public class BluetoothProfileState extends StateMachine {
44 private static final String TAG = "BluetoothProfileState";
91 public BluetoothProfileState(Context context, int profile) {
92 super("BluetoothProfileState:" + profile);
BluetoothDeviceProfileState.java 461 mService.sendProfileStateMessage(BluetoothProfileState.HFP,
462 BluetoothProfileState.TRANSITION_TO_STABLE);
574 mService.sendProfileStateMessage(BluetoothProfileState.HFP,
575 BluetoothProfileState.TRANSITION_TO_STABLE);
672 mService.sendProfileStateMessage(BluetoothProfileState.A2DP,
673 BluetoothProfileState.TRANSITION_TO_STABLE);
    [all...]

Completed in 1170 milliseconds