Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImpl.java43 public static final String ACTION_PARENTAL_CONTROLS = "android.settings.SHOW_PARENTAL_CONTROLS"; field in EnterprisePrivacyFeatureProviderImpl
265 final Intent intent = new Intent(ACTION_PARENTAL_CONTROLS) in getParentalControlsIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImpl.java44 public static final String ACTION_PARENTAL_CONTROLS = field in EnterprisePrivacyFeatureProviderImpl
265 final Intent intent = new Intent(ACTION_PARENTAL_CONTROLS) in getParentalControlsIntent()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImplTest.java450 Intent intent = new Intent(EnterprisePrivacyFeatureProviderImpl.ACTION_PARENTAL_CONTROLS); in addParentalControlsIntent()