Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java80 private long mSongLengthMs; field in Avrcp
152 mSongLengthMs = 0L; in Avrcp()
292 (int)mSongLengthMs, (int)getPlayPosition()); in handleMessage()
578 mSongLengthMs = data.getLong(MediaMetadataRetriever.METADATA_KEY_DURATION, in updateMetadata()
580 if (DEBUG) Log.v(TAG, "duration=" + mSongLengthMs); in updateMetadata()
713 if (mSongLengthMs != 0L) { in getAttributeString()
714 attrStr = Long.toString(mSongLengthMs); in getAttributeString()
845 ProfileService.println(sb, "mSongLengthMs: " + mSongLengthMs); in dump()