Searched refs:mIsProfileUser (Results 1 – 2 of 2) sorted by relevance
81 private boolean mIsProfileUser = false; field in BackupEligibilityRules120 mIsProfileUser = userManager.isProfile(); in BackupEligibilityRules()151 if (mIsProfileUser && !systemPackagesAllowedForProfileUser.contains( in appIsEligibleForBackup()155 if (!mIsProfileUser && !systemPackagesAllowedForNonSystemUsers.contains( in appIsEligibleForBackup()
106 private boolean mIsProfileUser = false; field in SystemBackupAgent116 mIsProfileUser = userManager.isProfile(); in onCreate()219 if (mIsProfileUser) { in isHelperEligibleForUser()