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