History log of /frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2b6f014a7c44f5828dfee88d6f3592fa50b64e4 29-Nov-2017 Arthur Ishiguro <arthuri@google.com> Expose new ContextHubService APIs

Also deprecates old APIs.

Bug: 67734082
Test: make update-api && make
Change-Id: I93166347ce2ec63f9c0cffd0b8b0bbaa488e5ea4
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
ca5f83826c484f65df2fafaa28be350506321e79 20-Dec-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge changes I7cd58841,I800bde6f

* changes:
Implements getContextHubs
Merges ContextHubService notion of hub ID/handle
c8b470468888d3c72483f1b78e5d1373b1be09ee 18-Dec-2017 Arthur Ishiguro <arthuri@google.com> Cleans up ContextHubService dumpsys

Removes fields that are not actually populated from dumpsys.

Bug: 70624255
Test: None
Change-Id: Ida272430102661d25193bc1296057a8c89297df6
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
ab7113d48507a6777c81f14b1134387382947026 15-Dec-2017 Arthur Ishiguro <arthuri@google.com> Merges ContextHubService notion of hub ID/handle

Bug: 67734082
Test: Run CHQTS, verify pass
Change-Id: I800bde6fd1c5c503f35d72b58e360ec0ebb204b5
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
9f22dd585710b09680e5359953e96042a4829f1d 13-Dec-2017 Arthur Ishiguro <arthuri@google.com> Modify ContextHubInfo to implement Parcelable

Needed to resolve Java compilation errors when using e.g.
List<ContextHubInfo> in AIDL. Doesn't add the "final" qualifier,
since make will throw errors due to compatibility issues.

Bug: 67734082
Test: make update-api && make
Change-Id: Ie7f99a41eab70455b1c4e86b673e7377be667dfb
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
6cc8d47c9c67807d0b3065a1da6e02e7712d4d74 15-Nov-2017 Arthur Ishiguro <arthuri@google.com> Removes setters from ContextHubInfo

No longer needed after JNI code is removed.

Bug: 66965339
Test: Compile only
Change-Id: I160b5a621fd15dd8509ce779d5ff9b98c6395c94
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
27155bc79962ae58fb82afa36a8b699f48f08a91 02-Nov-2017 Arthur Ishiguro <arthuri@google.com> Adds CHRE platform ID to ContextHubInfo

Adds a parameterized constructor and the platform ID to the
ContextHubInfo.

Bug: 67734082
Test: make update-api && make from root
Change-Id: I98822f625c5173cdbd281b24550de434b67b18d3
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
6469c233fb9f7e617a5bc8b5d8348d7241d279c7 28-Apr-2016 destradaa <destradaa@google.com> Fixes on handling messages from apps to host.

- Ensure that app to host events are not filtered out
- Populates the app handle appropriately for clients to reference the
nano app sending the event

Bug: 28273520
Bug: 28272149

Change-Id: I7373fc84abcadc2ab17109484f2d04b02a474593
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
6239cc6fe1d18ce4365c56346a09c7963dfa8f10 05-Apr-2016 Ashutosh Joshi <ashutoshj@google.com> Add dumpsys capabilities for context hub service

Add useful debug hook for context hub service.
Fix constants
Use helper functions to address OS

Change-Id: Iba5f24a9a1fd809c3d83752953389d373ff334ca
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
b741e3b374e7eebf96e2104dec5caccf723b2a39 29-Mar-2016 Ashutosh Joshi <ashutoshj@google.com> Added handling apps query response from context hub

Added handling of app query reponse from context hub.
Exposed the maximum message size to clients.

Change-Id: Ie96a860774d005ad6ad72acc88dc79964835486b
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
2c697fb4a8b8f8c0a2acf1fb15027f363f74c2dc 01-Apr-2016 Ashutosh Joshi <ashutoshj@google.com> Revert "Added handling apps query response from context hub"

This reverts commit adf75e31f52a7a935a66a884fb55631c7309ee75.

Change-Id: I8391eb57c3a53e686bd817d27860fa6f785113f1
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
adf75e31f52a7a935a66a884fb55631c7309ee75 29-Mar-2016 Ashutosh Joshi <ashutoshj@google.com> Added handling apps query response from context hub

Added handling of app query reponse from context hub.
Exposed the maximum message size to clients.

Change-Id: I8d8ecaa2e75f6ef86ee65a3a050538cbbadc32eb
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
9ff7d2235427b211344fa58b608424805a21aa24 11-Feb-2016 Peng Xu <pengxu@google.com> Exposing Context Hub service.

Adding the Context hub service. This is the service that exposes
the context hub HAL to the system. The API exposed is a System API.

Change-Id: I854141714ecd21f6386e6b15b7bc9a997483ccf6
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java
1d1ac5409597ef668e52c6f27293eaf9af575e33 19-Jan-2016 Ashutosh Joshi <ashutoshj@google.com> Context hub API for applications

Adding a System API for applications to access a context hub.

The API is not expected to be exposed to third party Android
applications in the medium term.

Change-Id: Ia2222317c913de6901f3912e4c89b5cfa398be85
/frameworks/base/core/java/android/hardware/location/ContextHubInfo.java