Searched refs:STATE_NEW (Results 1 – 12 of 12) sorted by relevance
81 static final int STATE_NEW = 0; field in BeamTransferManager160 mState = STATE_NEW; in BeamTransferManager()265 if (mState != STATE_NEW && mState != STATE_IN_PROGRESS && mState != STATE_W4_NEXT_TRANSFER in isRunning()316 if (mState == STATE_NEW || mState == STATE_IN_PROGRESS || in updateNotification()
63 when(mMockCall.getState()).thenReturn(Call.STATE_NEW); in setup()98 assertThat(valueCaptor.getValue()).isEqualTo(Call.STATE_NEW); in testOnStateChanged()
142 case Call.STATE_NEW: in getStateString()
147 case Call.STATE_NEW: in getStateString()
45 private int callState = Call.STATE_NEW;
42 private int currentState = STATE_NEW;
305 Call.STATE_NEW,
415 state = android.telecom.Call.STATE_NEW; in getParcelableState()
3441 case Connection.STATE_NEW: in getStateFromConnectionState()
344 case Call.STATE_NEW: in callStateToUiString()
1400 case Connection.STATE_NEW: in setState()
430 case Call.STATE_NEW: in translateState()