Searched refs:STATE_NEW (Results 1 – 11 of 11) 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()
147 case Call.STATE_NEW: in getStateString()
45 private int callState = Call.STATE_NEW;
42 private int currentState = STATE_NEW;
252 Call.STATE_NEW,
253 case Call.STATE_NEW: in callStateToUiString()
411 state = android.telecom.Call.STATE_NEW; in getParcelableState()
2978 case Connection.STATE_NEW: in getStateFromConnectionState()
1169 case Connection.STATE_NEW: in setState()
425 case Call.STATE_NEW: in translateState()