Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/projection/
DProjectionOptions.java45 private static final int UI_MODE_DEFAULT = UI_MODE_FULL_SCREEN; field in ProjectionOptions
69 mUiMode = bundle.getInt(KEY_UI_MODE, UI_MODE_DEFAULT); in ProjectionOptions()
111 if (mUiMode != UI_MODE_DEFAULT) { in toBundle()
125 private int mUiMode = UI_MODE_DEFAULT;