Home
last modified time | relevance | path

Searched refs:consentComponent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerPerUserService.java205 ComponentName consentComponent = getConsentComponent(); in onStartConsentActivity() local
206 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);