Searched refs:unfiltered (Results 1 – 4 of 4) sorted by relevance
48 fun unfiltered() { regex
6132 private Account[] filterAccounts(UserAccounts accounts, Account[] unfiltered, int callingUid,6139 for (Account account : unfiltered) {6159 @NonNull Map<Account, Integer> unfiltered, int callingUid,6165 return unfiltered;6180 return unfiltered;6185 return unfiltered;6210 for (Map.Entry<Account, Integer> entry : unfiltered.entrySet()) {6229 return unfiltered;
546 // AppScanStats.recordScanStart. As of May 2017, these are unfiltered,
8023 List<ResolveInfo> unfiltered = in loadSupportedActivities() local8025 for (ResolveInfo info : unfiltered) { in loadSupportedActivities()