Searched refs:getPlaybackStateKey (Results 1 – 1 of 1) sorted by relevance
771 String key = getPlaybackStateKey(userId); in dumpPlaybackState()1591 String key = getPlaybackStateKey(userId); in savePlaybackState()1601 private String getPlaybackStateKey(@UserIdInt int userId) { in getPlaybackStateKey() method in CarMediaService1669 mSharedPrefs.getInt(getPlaybackStateKey(userId), PlaybackState.STATE_NONE); in shouldStartPlayback()