Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DPlayback.java113 mCurrentPosition = getCurrentStreamPosition(); in stop()
140 public int getCurrentStreamPosition() { in getCurrentStreamPosition() method in Playback
DMusicService.java608 position = mPlayback.getCurrentStreamPosition(); in updatePlaybackState()