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