Searched defs:BLUETOOTH (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DAudioMode.java25 public static int BLUETOOTH = 0x00000002; field in class:AudioMode
30 public static int ALL_MODES = EARPIECE | BLUETOOTH | WIRED_HEADSET | SPEAKER;
41 if ((mode & BLUETOOTH) == BLUETOOTH) {
42 listAppend(buffer, "BLUETOOTH");

Completed in 41 milliseconds