Searched refs:isStarting (Results 1 – 10 of 10) sorted by relevance
65 if (mController.isStarting()) { in handleClick()77 boolean isStarting = mController.isStarting(); in handleUpdateState()80 state.value = isRecording || isStarting; in handleUpdateState()81 state.state = (isRecording || isStarting) ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE; in handleUpdateState()87 } else if (isStarting) { in handleUpdateState()
77 when(mController.isStarting()).thenReturn(false); in testNotActive()95 when(mController.isStarting()).thenReturn(true); in testIsStarting()108 when(mController.isStarting()).thenReturn(true); in testCancelRecording()119 when(mController.isStarting()).thenReturn(false); in testIsRecording()133 when(mController.isStarting()).thenReturn(false); in testStopRecording()
75 assertTrue(mController.isStarting()); in testCancelCountdown()80 assertFalse(mController.isStarting()); in testCancelCountdown()113 assertFalse(mController.isStarting()); in testStopRecording()
46 bool isStarting() const;
88 bool IsochronousClockModel::isStarting() const { in isStarting() function in IsochronousClockModel
77 if (mClockModel.isStarting()) { in processDataNow()
125 if (mClockModel.isStarting()) { in processDataNow()
160 public boolean isStarting() { in isStarting() method in Nat464Xlat476 if (!isStarting() || !up || !Objects.equals(mIface, iface)) { in handleInterfaceLinkStateChanged()
149 public boolean isStarting() { in isStarting() method in RecordingController
12687 HPLcom/android/server/connectivity/Nat464Xlat;->isStarting()Z