Searched defs:hasFlag (Results 1 – 6 of 6) sorted by relevance
38 private infix fun Int.hasFlag(flag: Int) = (this and (1 shl flag)) != 0 in hasFlag() method in android.net.metrics.ApfProgramEventTest
57 public boolean hasFlag(String flag) { in hasFlag() method in InterfaceConfiguration
116 public boolean hasFlag(final int flag) { in hasFlag() method in ConnectionRecord
215 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