History log of /frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52982a9e40650f75105adf96baf4b072af924e88 14-Feb-2018 Etan Cohen <etancohen@google.com> [RTT] Replace Handler with Executor in public APIs

Per new API guidelines.

Bug: 73088768
Test: unit tests & integration tests
Change-Id: I5aba667e746f4a031fcf53c168e89cbdcfc0c5ec
/frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java
a0688e0321a3c911080d7a5a4ae7bf196198c319 07-Dec-2017 Etan Cohen <etancohen@google.com> [RTT2] Baseline public Wi-Fi RTT API

Basic Wi-Fi RTT API for ranging to APs + Wi-Fi Aware peers.

Note: no functional tests, just unhiding/comment fixes.

Bug: 65108607
Test: builds, unit tests, integration tests.
Change-Id: I532ca35c866a7862859a0e64d9f7eccd95baa83d
/frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java
58019f524f8180423a6e46b83fa3564267612e39 25-Oct-2017 Etan Cohen <etancohen@google.com> [RTT2] Add RTT availability API

Add a broadcast + availability API allowing apps to keep track of when
Wi-Fi RTT is available.

Bug: 65014694
Test: unit tests and integration tests
Change-Id: I06f4f022c3fc6200be2308931b1fc886ae0ba37e
/frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java
210da15b9f195c045b34ce0b125a431f394edce0 10-Oct-2017 Etan Cohen <etancohen@google.com> [RTT2] Error code reconfiguration

Error code changes:
- Error code for overall failure
- Error code for individual failures
- Throw exception when trying to access invalid results

Bug: 65108607
Test: unit tests and integration tests
Change-Id: I97372fe078cc4b80ae01d5ffaab78f8e8ee84b7f
/frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java
17ba47254ceabc27c3c8ebc8728fa6c0d55975bc 21-Aug-2017 Etan Cohen <etancohen@google.com> [RTT2] New (v2) Wi-Fi RTT framework

Replace existing Wi-Fi RTT manager framework. Creating new framework
in parallel since there's code using the new framework - will be
switched over once new version ready.

New version is AIDL-based.

Bug: 65014552
Test: unit tests and integration tests
Change-Id: Id468c9b2a3c94eb30959f5ac5e4b1688fb8fc633
/frameworks/base/wifi/java/android/net/wifi/rtt/RangingResultCallback.java