OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_TURN_ON
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java
43
static final int
USER_TURN_ON
= 1;
129
case
USER_TURN_ON
:
130
if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE =
USER_TURN_ON
");
184
case
USER_TURN_ON
:
185
if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE =
USER_TURN_ON
");
186
Log.i(TAG,"Bluetooth already ON, ignoring
USER_TURN_ON
");
235
case
USER_TURN_ON
:
236
if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE =
USER_TURN_ON
"
239
Log.i(TAG,"CURRENT_STATE=PENDING: Alreadying turning on bluetooth... Ignoring
USER_TURN_ON
...");
241
Log.i(TAG,"CURRENT_STATE=PENDING: Deferring request
USER_TURN_ON
");
[
all
...]
AdapterService.java
[
all
...]
Completed in 206 milliseconds