Searched refs:consentActivity (Results 1 – 8 of 8) sorted by relevance
188 public Builder setConsentActivity(ComponentName consentActivity) { in setConsentActivity() argument189 mConsentActivity = consentActivity; in setConsentActivity()
373 final String consentActivity = "com.my.app/.MyActivity"; in getProjectionOptions_nonDefaults() local380 .thenReturn(consentActivity); in getProjectionOptions_nonDefaults()393 ComponentName.unflattenFromString(consentActivity)); in getProjectionOptions_nonDefaults()
591 String consentActivity = res.getString(R.string.config_projectionConsentActivity); in createProjectionOptionsBuilder() local592 if (!TextUtils.isEmpty(consentActivity)) { in createProjectionOptionsBuilder()593 builder.setConsentActivity(ComponentName.unflattenFromString(consentActivity)); in createProjectionOptionsBuilder()
540 ….car.projection ProjectionOptions.Builder Builder setConsentActivity(ComponentName consentActivity)
532 ….car.projection ProjectionOptions.Builder Builder setConsentActivity(ComponentName consentActivity)
640 ….car.projection ProjectionOptions.Builder Builder setConsentActivity(ComponentName consentActivity)
599 ….car.projection ProjectionOptions.Builder Builder setConsentActivity(ComponentName consentActivity)
175 method TIRAMISU_0 Builder setConsentActivity(ComponentName consentActivity);