Searched refs:BYTE_TRUE (Results 1 – 1 of 1) sorted by relevance
99 private static final byte BYTE_TRUE = 1; field in RulesState199 boolean operationInProgress = in.readByte() == BYTE_TRUE; in createFromParcel()218 out.writeByte(mOperationInProgress ? BYTE_TRUE : BYTE_FALSE); in writeToParcel()