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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java85 private boolean mBluetoothEnabled = false; field in class:PhoneStatusBarPolicy
169 mBluetoothEnabled = (adapter.getState() == BluetoothAdapter.STATE_ON);
175 mService.setIconVisibility("bluetooth", mBluetoothEnabled);
262 mBluetoothEnabled = state == BluetoothAdapter.STATE_ON;
278 mService.setIconVisibility("bluetooth", mBluetoothEnabled);

Completed in 21 milliseconds