Searched refs:recordedButNotValid (Results 1 – 1 of 1) sorted by relevance
541 Set<String> recordedButNotValid = in removeInvalidPackagesFromGrantTimeStateForUser() local543 recordedButNotValid.removeAll(validApps); in removeInvalidPackagesFromGrantTimeStateForUser()545 if (!recordedButNotValid.isEmpty()) { in removeInvalidPackagesFromGrantTimeStateForUser()549 + recordedButNotValid in removeInvalidPackagesFromGrantTimeStateForUser()552 recordedState.getPackageGrantTimes().keySet().removeAll(recordedButNotValid); in removeInvalidPackagesFromGrantTimeStateForUser()561 Set<String> recordedButNotValid = in removeInvalidSharedUsersFromGrantTimeStateForUser() local563 recordedButNotValid.removeAll(validSharedUsers); in removeInvalidSharedUsersFromGrantTimeStateForUser()565 if (!recordedButNotValid.isEmpty()) { in removeInvalidSharedUsersFromGrantTimeStateForUser()569 + recordedButNotValid in removeInvalidSharedUsersFromGrantTimeStateForUser()572 recordedState.getSharedUserGrantTimes().keySet().removeAll(recordedButNotValid); in removeInvalidSharedUsersFromGrantTimeStateForUser()