Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java82 private long mPlayingTime; field in AvrcpItem
148 return mPlayingTime; in getPlayingTime()
192 metaDataBuilder.putLong(MediaMetadataCompat.METADATA_KEY_DURATION, mPlayingTime); in toMediaMetadata()
248 + mPlayingTime in toString()
289 && Objects.equals(mPlayingTime, other.getPlayingTime()) in equals()
354 mAvrcpItem.mPlayingTime = Long.valueOf(attrMap[i]); in fromAvrcpAttributeArray()
532 mAvrcpItem.mPlayingTime = playingTime; in setPlayingTime()