Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarMediaService.java159 private int mPlayOnBootConfig; field in CarMediaService
415 mPlayOnBootConfig = mContext.getResources().getInteger(R.integer.config_mediaBootAutoplay); in CarMediaService()
490 boolean shouldPlay = shouldStartPlayback(mPlayOnBootConfig, userId); in initUser()
669 writer.printf("mPlayOnBootConfig=%d\n", mPlayOnBootConfig); in dump()