Searched refs:ALLOW (Results 1 – 2 of 2) sorted by relevance
40 private static enum State {CANCEL, ALLOW} enumConstant42 public State mState = State.ALLOW;50 } else if (mState == State.ALLOW) { in toString()110 getOrCreateThreadStatus(t).mState = State.ALLOW; in allowThreadDecoding()
60 public static final int ALLOW = 0x00; field in AttachmentInfo118 int denyFlags = ALLOW; in AttachmentInfo()