History log of /frameworks/base/core/java/android/hardware/location/NanoApp.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f64bf059030ba53f7869f8639e6082b0f1f8824 18-Jan-2017 Ashutosh Joshi <ashutoshj@google.com> Fix error in width of nanoAppId

NanoAppId should not be 32 bits as exposed in some APIs.
Adding new methods to accept a 64 bit nanoAppId and deprecating
the buggy API methods.

Test: Compile build, ensure CHRE applications (eg: geofencing) work.

Change-Id: I08b09ff1b1d23b616214282f200202c99620c300
/frameworks/base/core/java/android/hardware/location/NanoApp.java
1f3560e75ea4101f5d80262147e6860e43f1a907 11-Apr-2016 Greg Kaiser <gkaiser@google.com> NanoApp: Make indentation consistent

Four spaces is our style standard.

Change-Id: I94f4493268e29b7de5d4fc0f5ef98637997b3957
/frameworks/base/core/java/android/hardware/location/NanoApp.java
cb83bd04b7dac57be7f382be7343bfe9f1a598ab 08-Apr-2016 Greg Kaiser <gkaiser@google.com> ContextHubManager: Avoid bad NanoApp objects

We provide a preferred constructor for the user which will
always generate a serializable NanoApp object. While we
still support the other path, we throw a specific exception
when trying to serialize a bad NanoApp object to ease
debugging.

Change-Id: I7ee610f0fce2f0dd489526e4819f66035281024b
/frameworks/base/core/java/android/hardware/location/NanoApp.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/NanoApp.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/NanoApp.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/NanoApp.java