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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 129 BluetoothDeviceProfileState deviceProfileMgr =
130 (BluetoothDeviceProfileState)msg.obj;
BluetoothDeviceProfileState.java 59 public final class BluetoothDeviceProfileState extends HierarchicalStateMachine {
60 private static final String TAG = "BluetoothDeviceProfileState";
187 public BluetoothDeviceProfileState(Context context, String address,
229 synchronized(BluetoothDeviceProfileState.this) {
234 synchronized(BluetoothDeviceProfileState.this) {
245 synchronized(BluetoothDeviceProfileState.this) {
250 synchronized(BluetoothDeviceProfileState.this) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 30 import android.bluetooth.BluetoothDeviceProfileState;
136 private final HashMap<String, BluetoothDeviceProfileState> mDeviceProfileState;
206 mDeviceProfileState = new HashMap<String, BluetoothDeviceProfileState>();
    [all...]

Completed in 128 milliseconds