Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DExternalSources.java97 final int userRestrictionSource = um.getUserRestrictionSource( in canChange() local
100 switch (userRestrictionSource) { in canChange()
112 final int userRestrictionSource = um.getUserRestrictionSource( in getPreferenceSummary() local
115 switch (userRestrictionSource) { in getPreferenceSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DExternalSourcesDetails.java85 final int userRestrictionSource = um.getUserRestrictionSource( in getPreferenceSummary() local
90 if ((userRestrictionSource & UserManager.RESTRICTION_SOURCE_SYSTEM) != 0) { in getPreferenceSummary()
92 } else if (userRestrictionSource != 0) { in getPreferenceSummary()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DExternalSourcesDetails.java89 final int userRestrictionSource = um.getUserRestrictionSource( in getPreferenceSummary() local
94 if ((userRestrictionSource & UserManager.RESTRICTION_SOURCE_SYSTEM) != 0) { in getPreferenceSummary()
96 } else if (userRestrictionSource != 0) { in getPreferenceSummary()