Searched refs:SIGNAL_BIT (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.server.integrity.model.ComponentBitSize.SIGNAL_BIT;89 if (inputStream.getNext(SIGNAL_BIT) == 1) { in parseAllRules()114 if (inputStream.getNext(SIGNAL_BIT) == 1) { in parseIndexedRules()127 if (bitInputStream.getNext(SIGNAL_BIT) != 1) { in parseRule()
42 public static final int SIGNAL_BIT = 1; field in ComponentBitSize