Searched refs:isLiveFrame (Results 1 – 9 of 9) sorted by relevance
56 assertThat(liveFrame.isLiveFrame()).isTrue(); in testLiveFrame()
334 public boolean isLiveFrame() { in isLiveFrame() method in CarDiagnosticEvent353 if (!isLiveFrame()) throw new IllegalStateException("frame is not a live frame"); in checkLiveFrame()458 isLiveFrame() ? "live" : "freeze", in toString()
441 assertTrue(liveFrame.isLiveFrame()); in testLiveFrameRead()834 assertFalse(freezeFrame.isLiveFrame()); in testFreezeFrameEvent()
163 if (event.isLiveFrame()) { in processDiagnosticData()
2319 method TIRAMISU_0 boolean isLiveFrame();
675 method public boolean isLiveFrame();
747 method public boolean isLiveFrame();
1866 UnflaggedApi: android.car.diagnostic.CarDiagnosticEvent#isLiveFrame():1867 …PI must be flagged with @FlaggedApi: method android.car.diagnostic.CarDiagnosticEvent.isLiveFrame()