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

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

Completed in 95 milliseconds