Searched refs:excludedAuthorities (Results 1 – 4 of 4) sorted by relevance
141 public List<String> excludedAuthorities = new ArrayList<>(); field in State200 out.writeList(excludedAuthorities); in writeToParcel()215 + ", excludedAuthorities=" + excludedAuthorities in toString()237 in.readList(state.excludedAuthorities, loader);
133 if (state.excludedAuthorities.contains(root.authority)) { in getMatchingRoots()
182 mState.excludedAuthorities.add(root.authority); in testExcludedAuthorities()
477 state.excludedAuthorities = getExcludedAuthorities(); in getState()