Home
last modified time | relevance | path

Searched refs:isStarting (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DScreenRecordTile.java65 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DScreenRecordTileTest.java77 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingControllerTest.java75 assertTrue(mController.isStarting()); in testCancelCountdown()
80 assertFalse(mController.isStarting()); in testCancelCountdown()
113 assertFalse(mController.isStarting()); in testStopRecording()
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.h46 bool isStarting() const;
DIsochronousClockModel.cpp88 bool IsochronousClockModel::isStarting() const { in isStarting() function in IsochronousClockModel
DAudioStreamInternalCapture.cpp77 if (mClockModel.isStarting()) { in processDataNow()
DAudioStreamInternalPlay.cpp125 if (mClockModel.isStarting()) { in processDataNow()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNat464Xlat.java160 public boolean isStarting() { in isStarting() method in Nat464Xlat
476 if (!isStarting() || !up || !Objects.equals(mIface, iface)) { in handleInterfaceLinkStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingController.java149 public boolean isStarting() { in isStarting() method in RecordingController
/frameworks/base/services/
Dart-profile12687 HPLcom/android/server/connectivity/Nat464Xlat;->isStarting()Z