Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DRestrictedDashboardFragment.java140 if (shouldBeProviderProtected(mRestrictionKey)) { in onResume()
201 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() method in RestrictedDashboardFragment
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DRestrictedSettingsFragment.java142 if (shouldBeProviderProtected(mRestrictionKey)) { in onResume()
207 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() method in RestrictedSettingsFragment
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DRestrictedSettingsFragment.java140 if (shouldBeProviderProtected(mRestrictionKey)) { in onResume()
205 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() method in RestrictedSettingsFragment