Searched defs:STATE_NEW (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java41 public static final int STATE_NEW = 0; field in class:Call
640 mState = STATE_NEW;
821 return STATE_NEW;
842 return STATE_NEW;
H A DConnection.java54 public static final int STATE_NEW = 1; field in class:Connection
466 private int mState = STATE_NEW;
632 case STATE_NEW:
633 return "STATE_NEW";
734 setState(STATE_NEW);

Completed in 61 milliseconds