Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubClientCallback.java51 public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {} in onMessageFromNanoApp()
58 public void onHubReset(ContextHubClient client) {} in onHubReset()
67 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted()
80 public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {} in onNanoAppLoaded()
89 public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {} in onNanoAppUnloaded()
98 public void onNanoAppEnabled(ContextHubClient client, long nanoAppId) {} in onNanoAppEnabled()
107 public void onNanoAppDisabled(ContextHubClient client, long nanoAppId) {} in onNanoAppDisabled()
135 @NonNull ContextHubClient client, in onClientAuthorizationChanged()
H A DContextHubManager.java726 ContextHubClient client, ContextHubClientCallback callback, Executor executor) {
823 @NonNull public ContextHubClient createClient(
831 ContextHubClient client = new ContextHubClient(hubInfo, false /* persistent */);
867 @NonNull public ContextHubClient createClient(
878 @NonNull public ContextHubClient createClient(
931 @NonNull public ContextHubClient createClient(
940 ContextHubClient client = new ContextHubClient(hubInfo, true /* persistent */);
964 @NonNull public ContextHubClient createClient(
H A DContextHubClient.java41 public class ContextHubClient implements Closeable { class
66 /* package */ ContextHubClient(ContextHubInfo hubInfo, boolean persistent) { in ContextHubClient() method in ContextHubClient
/aosp14/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt8 GenericException: android.hardware.location.ContextHubClient#finalize():
H A Dsystem-current.txt5187 public class ContextHubClient implements java.io.Closeable {
5196 … void onClientAuthorizationChanged(@NonNull android.hardware.location.ContextHubClient, long, int);
5197 method public void onHubReset(android.hardware.location.ContextHubClient);
5198 …method public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardwa…
5199 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int);
5200 method public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long);
5201 method public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long);
5202 method public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long);
5203 method public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long);
5244 …est.permission.ACCESS_CONTEXT_HUB) public android.hardware.location.ContextHubClient createClient(…
[all …]
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt8363 HSPLandroid/hardware/location/ContextHubClient;-><init>(Landroid/hardware/location/ContextHubInfo;Z…
8364 HSPLandroid/hardware/location/ContextHubClient;->sendMessageToNanoApp(Landroid/hardware/location/Na…
8365 HSPLandroid/hardware/location/ContextHubClient;->setClientProxy(Landroid/hardware/location/IContext…
8374 …rdware/location/ContextHubClientCallback;Landroid/hardware/location/ContextHubClient;Landroid/hard…
8377 …o;Landroid/hardware/location/ContextHubClientCallback;)Landroid/hardware/location/ContextHubClient;
25568 Landroid/hardware/location/ContextHubClient;
H A Dpreloaded-classes2784 android.hardware.location.ContextHubClient
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt8366 HSPLandroid/hardware/location/ContextHubClient;-><init>(Landroid/hardware/location/ContextHubInfo;Z…
8367 HSPLandroid/hardware/location/ContextHubClient;->sendMessageToNanoApp(Landroid/hardware/location/Na…
8368 HSPLandroid/hardware/location/ContextHubClient;->setClientProxy(Landroid/hardware/location/IContext…
8377 …rdware/location/ContextHubClientCallback;Landroid/hardware/location/ContextHubClient;Landroid/hard…
8380 …o;Landroid/hardware/location/ContextHubClientCallback;)Landroid/hardware/location/ContextHubClient;
35675 Landroid/hardware/location/ContextHubClient;
H A Dpreloaded-classes2788 android.hardware.location.ContextHubClient
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21089 Landroid/hardware/location/ContextHubClient;-><init>(Landroid/hardware/location/ContextHubInfo;)V
21090 Landroid/hardware/location/ContextHubClient;->mAttachedHub:Landroid/hardware/location/ContextHubInf…
21091 Landroid/hardware/location/ContextHubClient;->mClientProxy:Landroid/hardware/location/IContextHubCl…
21092 Landroid/hardware/location/ContextHubClient;->mCloseGuard:Ldalvik/system/CloseGuard;
21093 Landroid/hardware/location/ContextHubClient;->mIsClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
21094 Landroid/hardware/location/ContextHubClient;->setClientProxy(Landroid/hardware/location/IContextHub…
21116 …ContextHubManager;->createClientCallback(Landroid/hardware/location/ContextHubClient;Landroid/hard…