Searched refs:ROUTE_EARPIECE (Results 1 – 12 of 12) sorted by relevance
39 public static final int ROUTE_EARPIECE = 0x00000001; field in AudioState54 public static final int ROUTE_WIRED_OR_EARPIECE = ROUTE_EARPIECE | ROUTE_WIRED_HEADSET;57 private static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |114 if ((route & ROUTE_EARPIECE) == ROUTE_EARPIECE) { in audioRouteToString()
45 @IntDef(value={ROUTE_EARPIECE, ROUTE_BLUETOOTH, ROUTE_WIRED_HEADSET, ROUTE_SPEAKER},50 public static final int ROUTE_EARPIECE = 0x00000001; field in CallAudioState65 public static final int ROUTE_WIRED_OR_EARPIECE = ROUTE_EARPIECE | ROUTE_WIRED_HEADSET;72 public static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |223 if ((route & ROUTE_EARPIECE) == ROUTE_EARPIECE) { in audioRouteToString()
1086 if (hasAudioRoutes(CallAudioState.ROUTE_EARPIECE)) { in audioRoutesToString()
2556 & (CallAudioState.ROUTE_EARPIECE | CallAudioState.ROUTE_SPEAKER)) == 0) { in setSupportedAudioRoutes()
212 @Deprecated public static final int ROUTE_EARPIECE = (1 << 0); field in AudioSystem
2004 @Deprecated public static final int ROUTE_EARPIECE = AudioSystem.ROUTE_EARPIECE; field in AudioManager
7683 field @Deprecated public static final int ROUTE_EARPIECE = 1; // 0x1
23673 field @Deprecated public static final int ROUTE_EARPIECE = 1; // 0x143730 field public static final int ROUTE_EARPIECE = 1; // 0x1
7581 field @Deprecated public static final int ROUTE_EARPIECE = 1; // 0x1
23673 field @Deprecated public static final int ROUTE_EARPIECE = 1; // 0x143586 field public static final int ROUTE_EARPIECE = 1; // 0x1
14151 field public static final deprecated int ROUTE_EARPIECE = 1; // 0x1
35003 Landroid/media/AudioSystem;->ROUTE_EARPIECE:I