Home
last modified time | relevance | path

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

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DPackageInfoCompat.java21 public String restrictedAccountType; field in PackageInfoCompat
32 this.restrictedAccountType = packageInfo.restrictedAccountType; in PackageInfoCompat()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java438 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()
444 } else if (pi.restrictedAccountType != null) { in getPackageSummary()
451 return pi.requiredAccountType != null && pi.restrictedAccountType == null; in isAppUnsupportedInRestrictedProfile()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java518 if (mRestrictedProfile && pi.restrictedAccountType != null) { in getPackageSummary()
524 } else if (pi.restrictedAccountType != null) { in getPackageSummary()
531 return pi.requiredAccountType != null && pi.restrictedAccountType == null; in isAppUnsupportedInRestrictedProfile()