HomeSort by relevance Sort by last modified time
    Searched refs:isAppUnsupportedInRestrictedProfile (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 382 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) {
445 private static boolean isAppUnsupportedInRestrictedProfile(PackageInfo pi) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 438 if (mRestrictedProfile && isAppUnsupportedInRestrictedProfile(pi)) {
495 private static boolean isAppUnsupportedInRestrictedProfile(PackageInfo pi) {
    [all...]

Completed in 70 milliseconds