Searched refs:isStarting (Results 1 – 10 of 10) sorted by relevance
114 when(mController.isStarting()).thenReturn(false); in testNotActive()140 when(mController.isStarting()).thenReturn(true); in testIsStarting()153 when(mController.isStarting()).thenReturn(true); in testCancelRecording()164 when(mController.isStarting()).thenReturn(false); in testIsRecording()178 when(mController.isStarting()).thenReturn(false); in testStopRecording()196 when(mController.isStarting()).thenReturn(false); in testForceExpandIcon_notRecordingNotStarting()207 when(mController.isStarting()).thenReturn(false); in testForceExpandIcon_recordingNotStarting()218 when(mController.isStarting()).thenReturn(true); in testForceExpandIcon_startingNotRecording()
97 if (mController.isStarting()) { in handleClick()109 boolean isStarting = mController.isStarting(); in handleUpdateState()112 state.value = isRecording || isStarting; in handleUpdateState()113 state.state = (isRecording || isStarting) ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE; in handleUpdateState()121 } else if (isStarting) { in handleUpdateState()
80 assertTrue(mController.isStarting()); in testCancelCountdown()85 assertFalse(mController.isStarting()); in testCancelCountdown()118 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()
164 public boolean isStarting() { in isStarting() method in Nat464Xlat464 if (!isStarting() || !up || !Objects.equals(mIface, iface)) { in handleInterfaceLinkStateChanged()
168 public boolean isStarting() { in isStarting() method in RecordingController
552 assertTrue("Nat464Xlat was not STARTING", nat.isStarting());