Home
last modified time | relevance | path

Searched refs:onServiceStopped (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hotword/
DHotwordServiceManager.java125 mServiceUpdatedCallback.onServiceStopped(reply); in HotwordServiceManager()
163 mServiceUpdatedCallback.onServiceStopped("Service Stopped"); in stopService()
DHotwordServiceUpdatedCallback.java31 void onServiceStopped(String message); in onServiceStopped() method
DHotwordServiceViewHolder.java90 public void onServiceStopped(String message) { in onServiceStopped() method in HotwordServiceViewHolder
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java196 void onServiceStopped(int status, int serverIf, int srvcHandle) throws RemoteException { in onServiceStopped() method in GattNativeInterface
197 getGattService().onServiceStopped(status, serverIf, srvcHandle); in onServiceStopped()
DGattService.java2838 void onServiceStopped(int status, int serverIf, int srvcHandle) throws RemoteException { in onServiceStopped() method in GattService