Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/projection/
DProjectionOptions.java86 private final int mApMode; field in ProjectionOptions
99 mApMode = bundle.getInt(KEY_ACCESS_POINT_MODE, AP_MODE_NOT_SPECIFIED); in ProjectionOptions()
106 mApMode = builder.mApMode; in ProjectionOptions()
129 return mApMode; in getProjectionAccessPointMode()
159 bundle.putInt(KEY_ACCESS_POINT_MODE, mApMode); in toBundle()
173 private int mApMode = AP_MODE_NOT_SPECIFIED; field in ProjectionOptions.Builder
195 this.mApMode = accessPointMode; in setAccessPointMode()