Searched refs:MAIN_HEADPHONES (Results 1 – 3 of 3) sorted by relevance
30 public static final int MAIN_HEADPHONES = 1<<1; field in AudioRoutesInfo66 if ((type & MAIN_HEADPHONES) != 0) return "HEADPHONES"; in typeToString()
183 if ((newRoutes.mainType&AudioRoutesInfo.MAIN_HEADPHONES) != 0 in updateAudioRoutes()
5060 connType = AudioRoutesInfo.MAIN_HEADPHONES; in sendDeviceConnectionIntent()