Searched refs:listMC (Results 1 – 1 of 1) sorted by relevance
301 List<MediaController> listMC = mSessionManager.getActiveSessions(null); in bluetoothMediaPassthrough() local302 if (listMC.size() > 0) { in bluetoothMediaPassthrough()304 Log.d(TAG + " Num Sessions " + listMC.size()); in bluetoothMediaPassthrough()305 for (int i = 0; i < listMC.size(); i++) { in bluetoothMediaPassthrough()306 Log.d(TAG + "Active session : " + i + ((MediaController) (listMC.get( in bluetoothMediaPassthrough()307 i))).getPackageName() + ((MediaController) (listMC.get( in bluetoothMediaPassthrough()311 mMediaController = (MediaController) listMC.get(0); in bluetoothMediaPassthrough()