Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/
DMediaPlayerSnippet.java131 public String getCurrentSongMaxPlayingTime() { in getCurrentSongMaxPlayingTime() method in MediaPlayerSnippet
132 return mAutoMediaHelper.get().getCurrentSongMaxPlayingTime(); in getCurrentSongMaxPlayingTime()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoMediaHelper.java289 String getCurrentSongMaxPlayingTime(); in getCurrentSongMaxPlayingTime() method
/platform_testing/tests/automotive/mobly_tests/utilities/
Dmedia_utils.py240 actual_current_song_max_playing_time = self.discoverer.mbs.getCurrentSongMaxPlayingTime()
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java692 public String getCurrentSongMaxPlayingTime() { in getCurrentSongMaxPlayingTime() method in MediaCenterHelperImpl