OSDN Git Service

DO NOT MERGE: Keep access point list updated once in short time
authorBolun Shan <bolun.xa.shan@sony.com>
Thu, 12 Oct 2017 07:17:08 +0000 (15:17 +0800)
committerTomoharu Hatano <Tomoharu.Hatano@sony.com>
Thu, 18 Jan 2018 01:29:21 +0000 (01:29 +0000)
commit92cf21583dc0435e9d1e8a0db8da75f8e8d14b67
tree2a0a70bb4d95796b0f065e3a6bc34e956683f459
parentea5243e28da98b3059348b6b4be760d1901bf6f5
DO NOT MERGE: Keep access point list updated once in short time

The function onAccessPointsChanged will be called many times
and access points will be updated many times in 300ms. So check
if the same event exists before calling postDelayed.

Bug: 68230819
Test: Manual test
Change-Id: Id098e1b77c28b62a5495c3369ed950531e59dba2
src/com/android/settings/wifi/WifiSettings.java