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.java58 private final ComponentName mConsentActivity; field in ProjectionOptions
70 mConsentActivity = bundle.getParcelable(KEY_CONSENT_ACTIVITY); in ProjectionOptions()
76 mConsentActivity = builder.mConsentActivity; in ProjectionOptions()
101 return mConsentActivity; in getConsentActivity()
110 bundle.putParcelable(KEY_CONSENT_ACTIVITY, mConsentActivity); in toBundle()
126 private ComponentName mConsentActivity; field in ProjectionOptions.Builder
142 mConsentActivity = consentActivity; in setConsentActivity()