Searched defs:mGetFolderList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java120 private final GetFolderList mGetFolderList; field in class:AvrcpControllerStateMachine
159 mGetFolderList = new GetFolderList();
173 addState(mGetFolderList, mConnected);
255 mGetFolderList.setFolder((String) msg.obj);
256 mGetFolderList.setBounds((int) msg.arg1, (int) msg.arg2);
257 mGetFolderList.setScope(AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING);
258 transitionTo(mGetFolderList);
264 mGetFolderList.setBounds(msg.arg1, msg.arg2);
265 mGetFolderList.setFolder((String) msg.obj);
266 mGetFolderList
[all...]

Completed in 60 milliseconds