Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/projection/
DProjectionOptions.java85 private final ComponentName mConsentActivity; field in ProjectionOptions
98 mConsentActivity = bundle.getParcelable(KEY_CONSENT_ACTIVITY); in ProjectionOptions()
105 mConsentActivity = builder.mConsentActivity; in ProjectionOptions()
146 return mConsentActivity; in getConsentActivity()
155 bundle.putParcelable(KEY_CONSENT_ACTIVITY, mConsentActivity); in toBundle()
172 private ComponentName mConsentActivity; field in ProjectionOptions.Builder
189 mConsentActivity = consentActivity; in setConsentActivity()