Searched refs:consentComponent (Results 1 – 1 of 1) sorted by relevance
205 ComponentName consentComponent = getConsentComponent(); in onStartConsentActivity() local206 if (consentComponent == null) { in onStartConsentActivity()222 intent.setComponent(consentComponent); in onStartConsentActivity()515 String consentComponent = context.getResources().getString(getConsentComponentConfig());516 if (TextUtils.isEmpty(consentComponent)) {519 Slog.i(TAG, "Consent component name: " + consentComponent);520 return ComponentName.unflattenFromString(consentComponent);