Searched refs:mIsProfileUser (Results 1 – 2 of 2) sorted by relevance
81 private boolean mIsProfileUser = false; field in BackupEligibilityRules131 mIsProfileUser = userManager.isProfile(); in BackupEligibilityRules()166 if (mIsProfileUser && !systemPackagesAllowedForProfileUser.contains( in appIsEligibleForBackup()170 if (!mIsProfileUser && !systemPackagesAllowedForNonSystemUsers.contains( in appIsEligibleForBackup()
115 private boolean mIsProfileUser = false; field in SystemBackupAgent127 mIsProfileUser = userManager.isProfile(); in onCreate()238 if (mIsProfileUser) { in isHelperEligibleForUser()