Searched refs:BluetoothManager (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DAudioRouter.java28 import com.android.phone.BluetoothManager.BluetoothIndicatorListener;
48 private final BluetoothManager mBluetoothManager;
56 public AudioRouter(Context context, BluetoothManager bluetoothManager,
190 public void onBluetoothIndicationChange(boolean isConnected, BluetoothManager btManager) {
H A DBluetoothManager.java45 public class BluetoothManager implements CallModeler.Listener { class in inherits:CallModeler.Listener
46 private static final String LOG_TAG = BluetoothManager.class.getSimpleName();
68 public BluetoothManager(Context context, CallManager callManager, CallModeler callModeler) { method in class:BluetoothManager
377 * Receiver for misc intent broadcasts the BluetoothManager cares about.
429 public void onBluetoothIndicationChange(boolean isConnected, BluetoothManager manager);
H A DRinger.java58 private final BluetoothManager mBluetoothManager;
74 /* package */ static Ringer init(Context context, BluetoothManager bluetoothManager) {
86 private Ringer(Context context, BluetoothManager bluetoothManager) {
H A DPhoneGlobals.java171 private BluetoothManager bluetoothManager;
477 bluetoothManager = new BluetoothManager(this, mCM, callModeler);
633 /* package */ BluetoothManager getBluetoothManager() {
H A DCallNotifier.java169 private final BluetoothManager mBluetoothManager;
177 BluetoothManager bluetoothManager, CallModeler callModeler) {
191 CallStateMonitor callStateMonitor, BluetoothManager bluetoothManager,
707 // TODO: Have BluetoothManager listen to CallModeler instead of relying on
H A DOtaUtils.java167 private final BluetoothManager mBluetoothManager;
213 public OtaUtils(Context context, boolean interactive, BluetoothManager bluetoothManager) {
H A DPhoneUtils.java292 final BluetoothManager btManager = app.getBluetoothManager();
740 final BluetoothManager btManager = app.getBluetoothManager();
2468 final BluetoothManager btManager = app.getBluetoothManager();

Completed in 104 milliseconds