Home
last modified time | relevance | path

Searched refs:onNanoAppAborted (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIContextHubClientCallback.aidl36 void onNanoAppAborted(long nanoAppId, int abortCode); in onNanoAppAborted() method
DContextHubClientCallback.java66 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted() method in ContextHubClientCallback
DContextHubManager.java727 public void onNanoAppAborted(long nanoAppId, int abortCode) {
728 executor.execute(() -> callback.onNanoAppAborted(client, nanoAppId, abortCode));
/frameworks/base/services/core/java/com/android/server/location/
DContextHubClientManager.java315 /* package */ void onNanoAppAborted(int contextHubId, long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientManager
316 forEachClientOfHub(contextHubId, client -> client.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
DContextHubClientBroker.java314 /* package */ void onNanoAppAborted(long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientBroker
315 invokeCallback(callback -> callback.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
DContextHubService.java237 public void onNanoAppAborted(long nanoAppId, int abortCode) { in createDefaultClientCallback() method in ContextHubService
599 mClientManager.onNanoAppAborted(contextHubId, nanoAppId, abortCode);
/frameworks/base/non-updatable-api/
Dsystem-current.txt2826 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
/frameworks/base/api/
Dsystem-current.txt2878 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);