Searched refs:ContextHubClient (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubClientCallback.java | 50 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() 74 public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {} in onNanoAppLoaded() 82 public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {} in onNanoAppUnloaded() 90 public void onNanoAppEnabled(ContextHubClient client, long nanoAppId) {} in onNanoAppEnabled() 98 public void onNanoAppDisabled(ContextHubClient client, long nanoAppId) {} in onNanoAppDisabled()
|
D | ContextHubManager.java | 671 ContextHubClient client, ContextHubClientCallback callback, Executor executor) { 729 @NonNull public ContextHubClient createClient( 736 ContextHubClient client = new ContextHubClient(hubInfo, false /* persistent */); 766 @NonNull public ContextHubClient createClient( 809 @NonNull public ContextHubClient createClient( 814 ContextHubClient client = new ContextHubClient(hubInfo, true /* persistent */);
|
D | ContextHubClient.java | 40 public class ContextHubClient implements Closeable { class 61 /* package */ ContextHubClient(ContextHubInfo hubInfo, boolean persistent) { in ContextHubClient() method in ContextHubClient
|
/frameworks/base/non-updatable-api/ |
D | system-lint-baseline.txt | 12 GenericException: android.hardware.location.ContextHubClient#finalize():
|
D | system-current.txt | 2540 public class ContextHubClient implements java.io.Closeable { 2548 method public void onHubReset(android.hardware.location.ContextHubClient); 2549 …method public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardwa… 2550 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int); 2551 method public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long); 2552 method public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long); 2553 method public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long); 2554 method public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long); 2592 …fest.permission.LOCATION_HARDWARE) public android.hardware.location.ContextHubClient createClient(… 2593 …fest.permission.LOCATION_HARDWARE) public android.hardware.location.ContextHubClient createClient(… [all …]
|
/frameworks/base/api/ |
D | system-lint-baseline.txt | 18 GenericException: android.hardware.location.ContextHubClient#finalize():
|
D | system-current.txt | 2540 public class ContextHubClient implements java.io.Closeable { 2548 method public void onHubReset(android.hardware.location.ContextHubClient); 2549 …method public void onMessageFromNanoApp(android.hardware.location.ContextHubClient, android.hardwa… 2550 method public void onNanoAppAborted(android.hardware.location.ContextHubClient, long, int); 2551 method public void onNanoAppDisabled(android.hardware.location.ContextHubClient, long); 2552 method public void onNanoAppEnabled(android.hardware.location.ContextHubClient, long); 2553 method public void onNanoAppLoaded(android.hardware.location.ContextHubClient, long); 2554 method public void onNanoAppUnloaded(android.hardware.location.ContextHubClient, long); 2592 …fest.permission.LOCATION_HARDWARE) public android.hardware.location.ContextHubClient createClient(… 2593 …fest.permission.LOCATION_HARDWARE) public android.hardware.location.ContextHubClient createClient(… [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 41744 …ContextHubManager;->createClientCallback(Landroid/hardware/location/ContextHubClient;Landroid/hard… 41745 …o;Landroid/hardware/location/ContextHubClientCallback;)Landroid/hardware/location/ContextHubClient; 41746 …ntextHubClientCallback;Ljava/util/concurrent/Executor;)Landroid/hardware/location/ContextHubClient;
|
D | hiddenapi-greylist-max-o.txt | 23976 Landroid/hardware/location/ContextHubClient;-><init>(Landroid/hardware/location/ContextHubInfo;)V 23977 Landroid/hardware/location/ContextHubClient;->mAttachedHub:Landroid/hardware/location/ContextHubInf… 23978 Landroid/hardware/location/ContextHubClient;->mClientProxy:Landroid/hardware/location/IContextHubCl… 23979 Landroid/hardware/location/ContextHubClient;->mCloseGuard:Ldalvik/system/CloseGuard; 23980 Landroid/hardware/location/ContextHubClient;->mIsClosed:Ljava/util/concurrent/atomic/AtomicBoolean; 23981 Landroid/hardware/location/ContextHubClient;->setClientProxy(Landroid/hardware/location/IContextHub… 24003 …ContextHubManager;->createClientCallback(Landroid/hardware/location/ContextHubClient;Landroid/hard…
|