Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java85 private boolean mPlayable = false; field in AvrcpItem
152 return mPlayable; in isPlayable()
223 if (mPlayable) flags |= MediaItem.FLAG_PLAYABLE; in toMediaItem()
254 + mPlayable in toString()
291 && Objects.equals(mPlayable, other.isPlayable()) in equals()
411 mAvrcpItem.mPlayable = playable; in setPlayable()