Home
last modified time | relevance | path

Searched refs:ContextHubClient (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DContextHubClientCallback.java50 public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {} in onMessageFromNanoApp()
57 public void onHubReset(ContextHubClient client) {} in onHubReset()
66 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted()
76 public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {} in onNanoAppLoaded()
85 public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {} in onNanoAppUnloaded()
94 public void onNanoAppEnabled(ContextHubClient client, long nanoAppId) {} in onNanoAppEnabled()
103 public void onNanoAppDisabled(ContextHubClient client, long nanoAppId) {} in onNanoAppDisabled()
DContextHubManager.java714 ContextHubClient client, ContextHubClientCallback callback, Executor executor) {
775 @NonNull public ContextHubClient createClient(
782 ContextHubClient client = new ContextHubClient(hubInfo, false /* persistent */);
815 @NonNull public ContextHubClient createClient(
864 @NonNull public ContextHubClient createClient(
869 ContextHubClient client = new ContextHubClient(hubInfo, true /* persistent */);
DContextHubClient.java40 public class ContextHubClient implements Closeable { class
63 /* package */ ContextHubClient(ContextHubInfo hubInfo, boolean persistent) { in ContextHubClient() method in ContextHubClient
/frameworks/base/non-updatable-api/
Dsystem-lint-baseline.txt8 GenericException: android.hardware.location.ContextHubClient#finalize():
Dsystem-current.txt2816 public class ContextHubClient implements java.io.Closeable {
2824 method public void onHubReset(android.hardware.location.ContextHubClient);
2825 …method public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardwa…
2826 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
2827 method public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long);
2828 method public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long);
2829 method public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long);
2830 method public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long);
2868 …st.permission.ACCESS_CONTEXT_HUB}) public android.hardware.location.ContextHubClient createClient(…
2869 …st.permission.ACCESS_CONTEXT_HUB}) public android.hardware.location.ContextHubClient createClient(…
[all …]
/frameworks/base/api/
Dsystem-lint-baseline.txt59 GenericException: android.hardware.location.ContextHubClient#finalize():
Dsystem-current.txt2868 public class ContextHubClient implements java.io.Closeable {
2876 method public void onHubReset(android.hardware.location.ContextHubClient);
2877 …method public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardwa…
2878 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
2879 method public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long);
2880 method public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long);
2881 method public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long);
2882 method public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long);
2920 …st.permission.ACCESS_CONTEXT_HUB}) public android.hardware.location.ContextHubClient createClient(…
2921 …st.permission.ACCESS_CONTEXT_HUB}) public android.hardware.location.ContextHubClient createClient(…
[all …]
/frameworks/base/config/
Dboot-image-profile.txt9894 …rdware/location/ContextHubClientCallback;Landroid/hardware/location/ContextHubClient;Landroid/hard…
9897 HSPLandroid/hardware/location/ContextHubClient;-><init>(Landroid/hardware/location/ContextHubInfo;Z…
9898 HSPLandroid/hardware/location/ContextHubClient;->sendMessageToNanoApp(Landroid/hardware/location/Na…
9899 HSPLandroid/hardware/location/ContextHubClient;->setClientProxy(Landroid/hardware/location/IContext…
9901 …cation/ContextHubClientCallback;->onNanoAppUnloaded(Landroid/hardware/location/ContextHubClient;J)V
9910 …;Landroid/hardware/location/ContextHubClientCallback;Landroid/hardware/location/ContextHubClient;)V
9911 …rdware/location/ContextHubClientCallback;Landroid/hardware/location/ContextHubClient;Landroid/hard…
9920 …o;Landroid/hardware/location/ContextHubClientCallback;)Landroid/hardware/location/ContextHubClient;
9921 …ntextHubClientCallback;Ljava/util/concurrent/Executor;)Landroid/hardware/location/ContextHubClient;
9922 …ContextHubManager;->createClientCallback(Landroid/hardware/location/ContextHubClient;Landroid/hard…
[all …]
Dpreloaded-classes2497 android.hardware.location.ContextHubClient