History log of /frameworks/base/telephony/java/com/android/internal/telephony/NetworkScanResult.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
57ad8be7ecb65003ea83ca7536e5d513e8ada1cb 26-Jun-2017 Ying Xu <yinxu@google.com> Merge "Fix the inconsistency of scan status." am: 41be35a1bd am: ac2d00a195
am: e30cfbea60

Change-Id: Iaff6653418289136e24b4a1c16ee4e607d30dca0
ad50361ecec1844ddfb8a41097832a5cf0ecbb76 24-Jun-2017 yinxu <yinxu@google.com> Fix the inconsistency of scan status.

In types.hal and ril.h, the scan status is defined as:
PARTIAL = 0x01
COMPLETE = 0x02

But in NetworkScanResult.java, the scan status is defined as:
public static final int SCAN_STATUS_PARTIAL = 0
public static final int SCAN_STATUS_COMPLETE = 1

This CL makes changes to NetworkScanResult.java so that the scan status
is consistent both in Telephony and RIL.

Test: Telephony sanity tests
Bug: 30954762
Change-Id: Iadcd344ad3fe682da98a1a41c2964583f67dc792
/frameworks/base/telephony/java/com/android/internal/telephony/NetworkScanResult.java
7682ce607629d9c52ed1bb44947c7b8c8ca3db83 15-Jun-2017 Ying Xu <yinxu@google.com> Merge "Use java.util.Objects.hashCode to get hashcode." am: 3890689bb2 am: c4f797652c
am: ce80092aaf

Change-Id: Iec9e028d5c05d427cc3b1f81e97defb873b13d64
26439f5616be0f7894ed37e6952b3a6841d3b164 14-Jun-2017 yinxu <yinxu@google.com> Use java.util.Objects.hashCode to get hashcode.

Test: Telephony sanity tests
Change-Id: I8b845f2e5e44b242278b8955807d1b40e67e1414
/frameworks/base/telephony/java/com/android/internal/telephony/NetworkScanResult.java
84c9e01f10bd5987bd9a401db9e0d46400f88540 21-Apr-2017 yinxu <yinxu@google.com> 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
(cherry picked from commit b36a4cb40222e1c0a61b13c1eca601ba761bd26e)
/frameworks/base/telephony/java/com/android/internal/telephony/NetworkScanResult.java
b36a4cb40222e1c0a61b13c1eca601ba761bd26e 21-Apr-2017 yinxu <yinxu@google.com> 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
/frameworks/base/telephony/java/com/android/internal/telephony/NetworkScanResult.java