Merge "Fix the consistency of connection status displayed on Wi-Fi card"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8ea498cdac
@@ -139,4 +139,11 @@ public class WifiSliceTest {
|
||||
|
||||
verify(mResolver).notifyChange(WIFI_SLICE_URI, null);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void onConnectedChanged_shouldNotifyChange() {
|
||||
mWifiScanWorker.onConnectedChanged();
|
||||
|
||||
verify(mResolver).notifyChange(WIFI_SLICE_URI, null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user