OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBluetoothState
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java
74
handleStateChanged(mLocalAdapter.
getBluetoothState
());
96
if (mLocalAdapter != null) bluetoothState = mLocalAdapter.
getBluetoothState
();
LocalBluetoothAdapter.java
170
public synchronized int
getBluetoothState
() {
BluetoothSettings.java
149
updateContent(mLocalAdapter.
getBluetoothState
(), mActivityStarted);
164
boolean bluetoothIsEnabled = mLocalAdapter.
getBluetoothState
() == BluetoothAdapter.STATE_ON;
185
if (mLocalAdapter.
getBluetoothState
() == BluetoothAdapter.STATE_ON) {
342
updateContent(mLocalAdapter.
getBluetoothState
(), false);
/frameworks/base/core/java/android/server/
BluetoothService.java
346
public int
getBluetoothState
() {
[
all
...]
Completed in 71 milliseconds