Searched refs:excludedAuthorities (Results 1 – 4 of 4) sorted by relevance
109 public List<String> excludedAuthorities = new ArrayList<>(); field in State161 out.writeList(excludedAuthorities); in writeToParcel()177 + ", excludedAuthorities=" + excludedAuthorities in toString()200 in.readList(state.excludedAuthorities, loader);
134 if (state.excludedAuthorities.contains(root.authority)) { in getMatchingRoots()
148 mState.excludedAuthorities.add(root.authority); in testExcludedAuthorities()
360 state.excludedAuthorities = getExcludedAuthorities(); in getState()