Searched refs:mConsentActivity (Results 1 – 1 of 1) sorted by relevance
58 private final ComponentName mConsentActivity; field in ProjectionOptions70 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.Builder142 mConsentActivity = consentActivity; in setConsentActivity()