Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/projection/
DProjectionOptions.java41 public static final int UI_MODE_FULL_SCREEN = 0; field in ProjectionOptions
46 private static final int UI_MODE_DEFAULT = UI_MODE_FULL_SCREEN;
49 @IntDef({UI_MODE_FULL_SCREEN, UI_MODE_BLENDED})
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java137 .thenReturn(ProjectionOptions.UI_MODE_FULL_SCREEN); in setUp()
338 assertThat(options.getUiMode()).isEqualTo(ProjectionOptions.UI_MODE_FULL_SCREEN); in getProjectionOptions_defaults()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt159 field TIRAMISU_0 int UI_MODE_FULL_SCREEN = 0;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2171 field public static final int UI_MODE_FULL_SCREEN = 0; // 0x0
/packages/services/Car/car-lib/api/
Dsystem-current.txt2171 field public static final int UI_MODE_FULL_SCREEN = 0; // 0x0
Dtest-current.txt2248 field public static final int UI_MODE_FULL_SCREEN = 0; // 0x0
Dsystem-lint-baseline.txt3940 UnflaggedApi: android.car.projection.ProjectionOptions#UI_MODE_FULL_SCREEN:
3941 …ust be flagged with @FlaggedApi: field android.car.projection.ProjectionOptions.UI_MODE_FULL_SCREEN