Searched refs:getPlaybackStateKey (Results 1 – 1 of 1) sorted by relevance
962 String key = getPlaybackStateKey(); in savePlaybackState()969 private String getPlaybackStateKey() { in getPlaybackStateKey() method in CarMediaService1022 return mSharedPrefs.getInt(getPlaybackStateKey(), PlaybackState.STATE_NONE) in shouldStartPlayback()