Searched refs:STATE_NEW (Results 1 – 15 of 15) sorted by relevance
63 when(mMockCall.getState()).thenReturn(Call.STATE_NEW); in setup()101 assertThat(valueCaptor.getValue()).isEqualTo(Call.STATE_NEW); in testOnStateChanged()
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()
395 Call.STATE_NEW,445 private int mCallState = Call.STATE_NEW;
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;
385 Call.STATE_NEW,
417 state = android.telecom.Call.STATE_NEW; in getParcelableState()
3717 case Connection.STATE_NEW: in getStateFromConnectionState()
394 case Call.STATE_NEW: in callStateToUiString()
947 case Call.STATE_NEW: in getBtCallState()
1439 case Connection.STATE_NEW: in setState()
430 case Call.STATE_NEW: in translateState()
474 when(newCall.getState()).thenReturn(Call.STATE_NEW); in testNewCallClccResponse()