Searched refs:isStarting (Results 1 – 8 of 8) sorted by relevance
103 when(mController.isStarting()).thenReturn(false); in testNotActive()121 when(mController.isStarting()).thenReturn(true); in testIsStarting()134 when(mController.isStarting()).thenReturn(true); in testCancelRecording()145 when(mController.isStarting()).thenReturn(false); in testIsRecording()159 when(mController.isStarting()).thenReturn(false); in testStopRecording()177 when(mController.isStarting()).thenReturn(false); in testForceExpandIcon_notRecordingNotStarting()188 when(mController.isStarting()).thenReturn(false); in testForceExpandIcon_recordingNotStarting()199 when(mController.isStarting()).thenReturn(true); in testForceExpandIcon_startingNotRecording()
87 if (mController.isStarting()) { in handleClick()99 boolean isStarting = mController.isStarting(); in handleUpdateState()102 state.value = isRecording || isStarting; in handleUpdateState()103 state.state = (isRecording || isStarting) ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE; in handleUpdateState()111 } else if (isStarting) { in handleUpdateState()
77 assertTrue(mController.isStarting()); in testCancelCountdown()82 assertFalse(mController.isStarting()); in testCancelCountdown()115 assertFalse(mController.isStarting()); in testStopRecording()
46 bool isStarting() const;
84 if (mClockModel.isStarting()) { in processDataNow()
88 bool IsochronousClockModel::isStarting() const { in isStarting() function in IsochronousClockModel
138 if (mClockModel.isStarting()) { in processDataNow()
173 public boolean isStarting() { in isStarting() method in RecordingController