Searched defs:stateObj (Results 1 – 5 of 5) sorted by relevance
23 public static int getState(Object stateObj) { in getState()27 public static long getPosition(Object stateObj) { in getPosition()31 public static long getBufferedPosition(Object stateObj) { in getBufferedPosition()35 public static float getPlaybackSpeed(Object stateObj) { in getPlaybackSpeed()39 public static long getActions(Object stateObj) { in getActions()43 public static CharSequence getErrorMessage(Object stateObj) { in getErrorMessage()47 public static long getLastPositionUpdateTime(Object stateObj) { in getLastPositionUpdateTime()53 PlaybackState.Builder stateObj = new PlaybackState.Builder(); in newInstance() local
99 public static void setPlaybackState(Object sessionObj, Object stateObj) { in setPlaybackState()
250 public void onPlaybackStateChanged(Object stateObj); in onPlaybackStateChanged()
360 public static PlaybackStateCompat fromPlaybackState(Object stateObj) { in fromPlaybackState()
448 public void onPlaybackStateChanged(Object stateObj) { in onPlaybackStateChanged()1155 Object stateObj = MediaControllerCompatApi21.getPlaybackState(mControllerObj); in getPlaybackState() local