Home
last modified time | relevance | path

Searched refs:clearFreezeFrames (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java407 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()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DICarDiagnostic.aidl48 boolean clearFreezeFrames(in long[] timestamps) = 5; in clearFreezeFrames() method
DCarDiagnosticManager.java276 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in CarDiagnosticManager
278 return mService.clearFreezeFrames(timestamps); in clearFreezeFrames()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java890 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()
/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java444 public boolean clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in CarDiagnosticService
453 mDiagnosticHal.clearFreezeFrames(timestamps); in clearFreezeFrames()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DDTCDetailActivity.java217 mCarDiagnosticManager.clearFreezeFrames(mDTC.getTimestamp()); in clearFreezeFrameButtonPress()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java605 public void clearFreezeFrames(long... timestamps) { in clearFreezeFrames() method in DiagnosticHalService
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt404 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...)
Dsystem-current.txt783 …mission(android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR) public boolean clearFreezeFrames(long...);
Dtest-current.txt855 …mission(android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR) public boolean clearFreezeFrames(long...);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2228 method TIRAMISU_0 boolean clearFreezeFrames(long timestamps);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt783 …mission(android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR) public boolean clearFreezeFrames(long...);