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.aidl59 void onShutdownStarting(); in onShutdownStarting() method
DCarRemoteAccessManager.java273 public void onShutdownStarting() { in onShutdownStarting() method in CarRemoteAccessManager.CarRemoteAccessCallback
386 void onShutdownStarting(@NonNull CompletableRemoteTaskFuture future); in onShutdownStarting() method
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DKitchenSinkRemoteTaskService.java179 public void onShutdownStarting(CarRemoteAccessManager.CompletableRemoteTaskFuture future) { in onShutdownStarting() method in KitchenSinkRemoteTaskService.RemoteTaskClient
/packages/services/Car/tests/CarLibUnitTest/src/android/car/remoteaccess/
DCarRemoteAccessManagerUnitTest.java694 public void onShutdownStarting(CarRemoteAccessManager.CompletableRemoteTaskFuture future) { in onShutdownStarting() method in CarRemoteAccessManagerUnitTest.RemoteTaskClient
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessServiceUnitTest.java1887 public void onShutdownStarting() { in onShutdownStarting() method in CarRemoteAccessServiceUnitTest.ICarRemoteAccessCallbackImpl