OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothon
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java
120
private
BluetoothOn
mBluetoothOn;
144
mBluetoothOn = new
BluetoothOn
();
185
// We will continue turn the BT on all the way to the
BluetoothOn
state
204
// We will continue turn the BT on all the way to the
BluetoothOn
state
316
// on to the
BluetoothOn
state
491
private class
BluetoothOn
extends State {
495
if (DBG) log("Enter
BluetoothOn
: " + getCurrentMessage().what);
499
log("
BluetoothOn
process message: " + message.what);
539
Log.w(TAG, "
BluetoothOn
received: " + message.what);
/frameworks/base/services/java/com/android/server/
SystemServer.java
241
int
bluetoothOn
= Settings.Secure.getInt(mContentResolver,
243
if (airplaneModeOn == 0 &&
bluetoothOn
!= 0) {
[
all
...]
Completed in 313 milliseconds