Searched refs:onNanoAppAborted (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | IContextHubClientCallback.aidl | 36 void onNanoAppAborted(long nanoAppId, int abortCode); in onNanoAppAborted() method
|
H A D | ContextHubClientCallback.java | 67 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted() method in ContextHubClientCallback
|
H A D | ContextHubManager.java | 779 public void onNanoAppAborted(long nanoAppId, int abortCode) { 780 executor.execute(() -> callback.onNanoAppAborted(client, nanoAppId, abortCode));
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubClientManager.java | 317 /* package */ void onNanoAppAborted(int contextHubId, long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientManager 318 forEachClientOfHub(contextHubId, client -> client.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
|
H A D | ContextHubClientBroker.java | 563 /* package */ void onNanoAppAborted(long nanoAppId, int abortCode) { in onNanoAppAborted() method in ContextHubClientBroker 564 invokeCallback(callback -> callback.onNanoAppAborted(nanoAppId, abortCode)); in onNanoAppAborted()
|
H A D | ContextHubService.java | 337 public void onNanoAppAborted(long nanoAppId, int abortCode) { in createDefaultClientCallback() method in ContextHubService 717 mClientManager.onNanoAppAborted(contextHubId, nanoAppId, abortCode);
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 3679 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 24233 Landroid/hardware/location/IContextHubClientCallback$Stub$Proxy;->onNanoAppAborted(JI)V 24250 Landroid/hardware/location/IContextHubClientCallback;->onNanoAppAborted(JI)V
|