Home
last modified time | relevance | path

Searched refs:ROUTE_EARPIECE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DAudioState.java33 public static final int ROUTE_EARPIECE = 0x00000001; field in AudioState
48 public static final int ROUTE_WIRED_OR_EARPIECE = ROUTE_EARPIECE | ROUTE_WIRED_HEADSET;
54 public static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
107 if ((route & ROUTE_EARPIECE) == ROUTE_EARPIECE) { in audioRouteToString()
/frameworks/base/media/java/android/media/
DAudioSystem.java96 @Deprecated public static final int ROUTE_EARPIECE = (1 << 0); field in AudioSystem
DAudioManager.java1776 @Deprecated public static final int ROUTE_EARPIECE = AudioSystem.ROUTE_EARPIECE; field in AudioManager
/frameworks/base/api/
Dsystem-current.txt15176 field public static final deprecated int ROUTE_EARPIECE = 1; // 0x1
29892 field public static final int ROUTE_EARPIECE = 1; // 0x1
Dcurrent.txt14153 field public static final deprecated int ROUTE_EARPIECE = 1; // 0x1