Home
last modified time | relevance | path

Searched defs:onShutdownStarting (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/remoteaccess/
DICarRemoteAccessCallback.aidl52 void onShutdownStarting(); in onShutdownStarting() method
DCarRemoteAccessManager.java280 void onShutdownStarting(@NonNull CompletableRemoteTaskFuture future); in onShutdownStarting() method
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DKitchenSinkRemoteTaskService.java135 public void onShutdownStarting(CarRemoteAccessManager.CompletableRemoteTaskFuture future) { in onShutdownStarting() method in KitchenSinkRemoteTaskService.RemoteTaskClient
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerUnitTest.java356 public void onShutdownStarting(CarRemoteAccessManager.CompletableRemoteTaskFuture future) { in onShutdownStarting() method in CarRemoteAccessManagerUnitTest.RemoteTaskClient
DCarRemoteAccessServiceUnitTest.java1257 public void onShutdownStarting() { in onShutdownStarting() method in CarRemoteAccessServiceUnitTest.ICarRemoteAccessCallbackImpl