Searched defs:hasFlag (Results 1 – 7 of 7) sorted by relevance
31 private infix fun Int.hasFlag(flag: Int) = (this and (1 shl flag)) != 0 in hasFlag() method in android.net.metrics.ApfProgramEventTest
59 public boolean hasFlag(String flag) { in hasFlag() method in InterfaceConfiguration
116 public boolean hasFlag(final int flag) { in hasFlag() method in ConnectionRecord
427 private static Matcher<Integer> hasFlag(final int flag) { in hasFlag() method in ScanTests
214 auto hasFlag = [](auto flags, auto flag) { return (flags & flag) == flag; }; in mixMatch() local
1617 private static boolean hasFlag(int flags, int flag) { in hasFlag() method in ApplicationsState
216 public boolean hasFlag(int flag) { in hasFlag() method in MediaSessionRecord