Searched refs:excludedAuthorities (Results 1 – 4 of 4) sorted by relevance
130 public List<String> excludedAuthorities = new ArrayList<>(); field in State203 out.writeList(excludedAuthorities); in writeToParcel()233 in.readList(state.excludedAuthorities, loader);
509 if (state.excludedAuthorities.contains(root.authority)) { in getMatchingRoots()
213 state.excludedAuthorities = getExcludedAuthorities(); in getState()
147 mState.excludedAuthorities.add(root.authority); in testExcludedAuthorities()