OSDN Git Service

Add the new RIL requests and NetworkScanResult.
authoryinxu <yinxu@google.com>
Thu, 20 Apr 2017 22:33:57 +0000 (15:33 -0700)
committeryinxu <yinxu@google.com>
Fri, 12 May 2017 03:49:16 +0000 (20:49 -0700)
commitb36a4cb40222e1c0a61b13c1eca601ba761bd26e
tree6f77439e77caaeccf197e90803c0179df47565b9
parent61960cec37b078c41dca1401ad537e0806aded29
Add the new RIL requests and NetworkScanResult.

Those new RIL requests will be used to start and stop network scan, and
the scan result will be returned from RIL in the format of
NetworkScanResult.

Test: Telephony sanity tests
Bug: 30954762
Change-Id: I2bfd0fb8cbb3815cc62ec4385594dec9c5e4d279
telephony/java/com/android/internal/telephony/NetworkScanResult.java [new file with mode: 0644]
telephony/java/com/android/internal/telephony/RILConstants.java