History log of /frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f460b6837e7f8def753cef37af700d60acc8d6e 17-Apr-2018 Cassie <xih@google.com> Fix a tiny bug in NetworkScanRequest

Bug: 77487847
Test: cts-tradefed run cts -m CtsCarrierApiTestCases --test android.carrierapi.cts.NetworkScanApiTest
Change-Id: Ic4b167cf4929a1bb86fa7e6768672a9288b96911
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
f45c9464213be26f93bc99625e0f6c18e7332a76 10-Jan-2018 yinxu <yinxu@google.com> Check null before calling clone()

Bug: 67748005
Test: Basic telephony sanity

Change-Id: Ia46a82823b2d3c2bf3a6cb77a6fe191a7f7cb5d0
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
bbc3d3678246f42f7d36e1765f1ae132de1493cb 30-Nov-2017 yinxu <yinxu@google.com> Expose the scan API and network select API.

Bug: 67748005
Test: Basic telephony sanity
Change-Id: I54aa5d5eacfeb39ada14e843917fe08e382e79de
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
6e2226d0fb13495b66c0c73310c53d86f78bc963 20-Jul-2017 Sooraj Sasindran <sasindran@google.com> Enhance network scan request

BUG=63865942

Test: Verified by making changes in settings app to call the api
and confirmed that the new information is delivered to vendor
code
Merged-In: Ia17647bdedefed5230f4d113b7286d820f557e95
Change-Id: Ia17647bdedefed5230f4d113b7286d820f557e95
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
a88d1990b7482d94f20f2ba3d04a8eea8543e22d 31-May-2017 yinxu <yinxu@google.com> Adds error codes and maximum RAN/Bands/Channels

Added error codes which are mapped from the RadioError which is returned
from RIL, also added some errors which will be generated at telephony.
Those errors will be returned to the user with the onError() callback.

Added the maximun number of RAN/Bands/Channels in 1 scan request.

Test: Telephony sanity tests
Bug: 30954762
Change-Id: Ie7865ed2101d9564e26870a8ebbb0ceb7bd9bd1b
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java
f19bc1a0e5f7907587a51bacea25af6546831d02 13-Apr-2017 yinxu <yinxu@google.com> Add API to support async network scans.

This CL includes the new Java API that supports async network scans.
Applications could get faster network scan results with this new API.
The long-term goal is to support Subsecond Switching which is separate
from what this CL is doing.

Bug: 30954762
Test: Unit test, run runtest -x NetworkScanRequestTest.java
Change-Id: I78cadaf838dee8439fe7417ef39f689990bf5705
(cherry picked from commit fdfb6f4d2f6db943d648adec6cc96530f2f70fe6)
/frameworks/base/telephony/java/android/telephony/NetworkScanRequest.java