Searched refs:consentActivity (Results 1 – 3 of 3) sorted by relevance
141 public Builder setConsentActivity(ComponentName consentActivity) { in setConsentActivity() argument142 mConsentActivity = consentActivity; in setConsentActivity()
223 final String consentActivity = "com.my.app/.MyActivity"; in getProjectionOptions_nonDefaults() local230 .thenReturn(consentActivity); in getProjectionOptions_nonDefaults()243 ComponentName.unflattenFromString(consentActivity)); in getProjectionOptions_nonDefaults()
541 String consentActivity = res.getString(R.string.config_projectionConsentActivity); in createProjectionOptionsBuilder() local542 if (!TextUtils.isEmpty(consentActivity)) { in createProjectionOptionsBuilder()543 builder.setConsentActivity(ComponentName.unflattenFromString(consentActivity)); in createProjectionOptionsBuilder()