Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/diagnostic/
DICarDiagnostic.aidl76 boolean isClearFreezeFramesSupported() = 10; in isClearFreezeFramesSupported() method
DCarDiagnosticManager.java342 public boolean isClearFreezeFramesSupported() { in isClearFreezeFramesSupported() method in CarDiagnosticManager
344 return mService.isClearFreezeFramesSupported(); in isClearFreezeFramesSupported()
/packages/services/Car/service/src/com/android/car/
DCarDiagnosticService.java405 public boolean isClearFreezeFramesSupported() { in isClearFreezeFramesSupported() method in CarDiagnosticService
415 return isClearFreezeFramesSupported() && in isSelectiveClearFreezeFramesSupported()
446 if (!isClearFreezeFramesSupported()) in clearFreezeFrames()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DDTCDetailActivity.java192 if (mCarDiagnosticManager.isClearFreezeFramesSupported() in loadedFreezeFrame()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java962 assertTrue(mCarDiagnosticManager.isClearFreezeFramesSupported()); in testIsSupportedApiCalls()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2232 method TIRAMISU_0 boolean isClearFreezeFramesSupported();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt787 …L, android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR}) public boolean isClearFreezeFramesSupported();
/packages/services/Car/car-lib/api/
Dsystem-current.txt787 …L, android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR}) public boolean isClearFreezeFramesSupported();
Dtest-current.txt859 …L, android.car.Car.PERMISSION_CAR_DIAGNOSTIC_CLEAR}) public boolean isClearFreezeFramesSupported();
Dsystem-lint-baseline.txt2032 UnflaggedApi: android.car.diagnostic.CarDiagnosticManager#isClearFreezeFramesSupported():
2033 …with @FlaggedApi: method android.car.diagnostic.CarDiagnosticManager.isClearFreezeFramesSupported()