Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpConstants.java41 static final byte RSP_INV_DIRECTORY = 0x08; /* Invalid directory */ field in AvrcpConstants
DBrowsedMediaPlayer.java355 mMediaInterface.changePathRsp(mBDAddr, AvrcpConstants.RSP_INV_DIRECTORY, 0); in changePath()