Searched refs:MAIN_HEADSET (Results 1 – 3 of 3) sorted by relevance
29 public static final int MAIN_HEADSET = 1<<0; field in AudioRoutesInfo65 if ((type & MAIN_HEADSET) != 0) return "HEADSET"; in typeToString()
184 || (newRoutes.mainType&AudioRoutesInfo.MAIN_HEADSET) != 0) { in updateAudioRoutes()
5054 connType = AudioRoutesInfo.MAIN_HEADSET; in sendDeviceConnectionIntent()