OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBluetoothState
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java
77
handleStateChanged(mLocalAdapter.
getBluetoothState
());
101
if (mLocalAdapter != null) bluetoothState = mLocalAdapter.
getBluetoothState
();
LocalBluetoothAdapter.java
170
public synchronized int
getBluetoothState
() {
BluetoothSettings.java
152
updateContent(mLocalAdapter.
getBluetoothState
(), mActivityStarted);
174
boolean bluetoothIsEnabled = mLocalAdapter.
getBluetoothState
() == BluetoothAdapter.STATE_ON;
196
if (mLocalAdapter.
getBluetoothState
() == BluetoothAdapter.STATE_ON) {
360
updateContent(mLocalAdapter.
getBluetoothState
(), false);
Completed in 400 milliseconds