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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java735 private int convertPlayStateToPlayStatus(int playState) { argument
737 switch (playState) {
770 private boolean isPlayingState(int playState) { argument
772 switch (playState) {

Completed in 56 milliseconds