Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java301 List<MediaController> listMC = mSessionManager.getActiveSessions(null); in bluetoothMediaPassthrough() local
302 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()