summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/location/ContextHubManager.java
AgeCommit message (Expand)Author
2021-07-14Add additional clarification regarding nanoapp loading APIsArthur Ishiguro
2021-03-19Fix ContextHubManager docsAnthony Stange
2021-03-11Clear up authorization state docsAnthony Stange
2021-02-17Enforce nanoapp permissions for ContextHub APIsAnthony Stange
2021-01-29Add attribution tag parameter to createClientAnthony Stange
2021-01-28Add new callback / intent type to ContextHub APIsAnthony Stange
2020-11-12Remove legacy style metalava suppressionAurimas Liutikas
2020-02-13Fixes Context Hub feature naming and documentationArthur Ishiguro
2020-01-28Merge "Guard Context Hub Service on Context Hub feature"TreeHugger Robot
2020-01-24Revert "Revert "Adds a new ACCESS_CONTEXT_HUB permission""Arthur Ishiguro
2020-01-23Guard Context Hub Service on Context Hub featureArthur Ishiguro
2020-01-22Revert "Adds a new ACCESS_CONTEXT_HUB permission"Jaewan Kim
2020-01-21Adds a new ACCESS_CONTEXT_HUB permissionArthur Ishiguro
2019-12-31Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2018-11-27Expose Context Hub Service PendingIntent APIsArthur Ishiguro
2018-11-19Reorders arguments in Context Hub Service methodsArthur Ishiguro
2018-11-16Avoid automatically closing of persistent ContextHubClientsArthur Ishiguro
2018-11-16Implements updated PendingIntent APIsArthur Ishiguro
2018-11-16Updates PendingIntent-based service APIsArthur Ishiguro
2018-11-02Implements PendingIntent based createClient APIArthur Ishiguro
2018-11-02Adds bindClient method to service AIDLArthur Ishiguro
2018-10-24Makes minor modifications to Intent-based Service APIsArthur Ishiguro
2018-10-23Fixes typo in Intent extra namesArthur Ishiguro
2018-10-11Adds missing RequiresPermission annotation to Context Hub APIsArthur Ishiguro
2018-10-01Adds new PendingIntent-based APIs for ContextHubManagerArthur Ishiguro
2018-08-21Resolve race condition in old API message handlerArthur Ishiguro
2018-01-04Rethrow RemoteException instead of log in ContextHubManagerArthur Ishiguro
2018-01-04Remove unnecessary log from ContextHubManagerArthur Ishiguro
2018-01-03Expose new ContextHubService APIsArthur Ishiguro
2018-01-03Adds ContextHubClient to callback parametersArthur Ishiguro
2018-01-02Adds Nullable/NonNull annotations to Context Hub APIsArthur Ishiguro
2017-12-21Adds a createClient method with no Executor argumentArthur Ishiguro
2017-12-21Replace Handler with Executor in new APIsArthur Ishiguro
2017-12-20Rename ContextHubTransaction.Result IntDefArthur Ishiguro
2017-12-19Implements getContextHubsArthur Ishiguro
2017-12-14Implements disableNanoAppArthur Ishiguro
2017-12-14Implements enableNanoAppArthur Ishiguro
2017-12-11Implements queryNanoApps APIArthur Ishiguro
2017-12-05Implements the new loadNanoApp/unloadNanoApp APIsArthur Ishiguro
2017-11-29Creates framework for new API messagingArthur Ishiguro
2017-11-02Sets up ContextHub service/manager interface for transactionsArthur Ishiguro
2017-10-26Creates framework for new ContextHubService APIsArthur Ishiguro
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2016-12-21Move ContextHubService to a better location.Ashutosh Joshi
2016-08-30ContextHubManager: Document InstanceInfo bug am: 3be73d3950 am: 6f155aa4bfGreg Kaiser
2016-08-30ContextHubManager: Fix API documentation. am: fac5be2ace am: 921e7ef350Greg Kaiser
2016-08-26ContextHubManager: Document InstanceInfo bugGreg Kaiser
2016-08-19ContextHubManager: Document InstanceInfo bugGreg Kaiser
2016-08-19ContextHubManager: Fix API documentation.Greg Kaiser
2016-08-11Avoid caching services with missing binders.Jeff Sharkey