Searched refs:mApMode (Results 1 – 1 of 1) sorted by relevance
86 private final int mApMode; field in ProjectionOptions99 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.Builder195 this.mApMode = accessPointMode; in setAccessPointMode()