Searched refs:clearFreezeFrames (Results 1 – 12 of 12) sorted by relevance
407 mService.clearFreezeFrames(TEST_TIMESTAMP, TEST_TIMESTAMP2); in testClearFreezeFrames_ok()416 mService.clearFreezeFrames(TEST_TIMESTAMP, TEST_TIMESTAMP2); in testClearFreezeFrames_ServiceSpecificException()423 mService.clearFreezeFrames(TEST_TIMESTAMP, TEST_TIMESTAMP2); in testClearFreezeFrames_IllegalArgumentException()
48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames() method
276 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in CarDiagnosticManager278 return mService.clearFreezeFrames(timestamps); in clearFreezeFrames()
890 mCarDiagnosticManager.clearFreezeFrames(injectedEvent.timestamp); in testClearFreezeFrameTimestamps()900 mCarDiagnosticManager.clearFreezeFrames(timestamp); in testClearFreezeFrameTimestamps_ErrorCodeFromHal()903 mCarDiagnosticManager.clearFreezeFrames(timestamp); in testClearFreezeFrameTimestamps_ErrorCodeFromHal()906 mCarDiagnosticManager.clearFreezeFrames(timestamp); in testClearFreezeFrameTimestamps_ErrorCodeFromHal()909 mCarDiagnosticManager.clearFreezeFrames(timestamp); in testClearFreezeFrameTimestamps_ErrorCodeFromHal()912 mCarDiagnosticManager.clearFreezeFrames(timestamp); in testClearFreezeFrameTimestamps_ErrorCodeFromHal()
444 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in CarDiagnosticService453 mDiagnosticHal.clearFreezeFrames(timestamps); in clearFreezeFrames()
217 mCarDiagnosticManager.clearFreezeFrames(mDTC.getTimestamp()); in clearFreezeFrameButtonPress()
605 public void clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in DiagnosticHalService
404 MissingNullability: android.car.diagnostic.CarDiagnosticManager#clearFreezeFrames(long...) paramete…405 Missing nullability on parameter `timestamps` in method `clearFreezeFrames`2024 UnflaggedApi: android.car.diagnostic.CarDiagnosticManager#clearFreezeFrames(long...):2025 …ged with @FlaggedApi: method android.car.diagnostic.CarDiagnosticManager.clearFreezeFrames(long...)
783 …mission(android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR) public boolean clearFreezeFrames(long...);
855 …mission(android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR) public boolean clearFreezeFrames(long...);
2228 method TIRAMISU_0 boolean clearFreezeFrames(long timestamps);