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

/frameworks/base/core/java/android/server/
H A DBluetoothService.java156 private final BluetoothProfileState mA2dpProfileState; field in class:BluetoothService
231 mA2dpProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.A2DP);
235 mA2dpProfileState.start();
2372 mA2dpProfileState.sendMessage(msg);
2386 mA2dpProfileState.sendMessage(msg);
2505 mA2dpProfileState.sendMessage(msg);

Completed in 43 milliseconds