summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/wificond
Commit message (Collapse)AuthorAgeFilesLines
* Fix hashCode() method for wificond ParcelablesDavid Su2019-04-083-39/+108
| | | | | | | | | | | | Parcelables in wificond incorrectly used Objects.hash() directly on primitive array fields. Fixed to use Arrays.hashCode() instead. Bug: 130037227 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Test: frameworks/base/wifi/tests/runtests.sh Test: frameworks/opt/net/wifi/tests/wifitests/coverage.sh ~/temp/cov Change-Id: I1a6726e9af2c6b2bb04cdf6c175777ec28a6645e
* Take 2 of Migrate frameworks/opt/net/wifi to androidx.testBrett Chabot2018-12-193-5/+7
| | | | | | | | See go/jetpack-test-android-migration Test: atest FrameworksWifiTests Bug: None Change-Id: I76a3394fe1e4f5b268ed2716291b33d1db8f9f85
* Revert "Migrate frameworks/opt/net/wifi to androidx.test"Brett Chabot2018-12-193-7/+5
| | | | | | | | | This reverts commit 560ff95760cd1fc1da022e0972a5e29b739fcc52. Reason for revert: Broke master Exempt-From-Owner-Approval: build fix, pure revert Change-Id: I9f155cff6a712a6831be6af6b4dc671a35cd2ee1
* Migrate frameworks/opt/net/wifi to androidx.testBrett Chabot2018-12-143-5/+7
| | | | | | | | See go/jetpack-test-android-migration Test: make checkbuild Bug: None Change-Id: I68f37d8eaf20b82a4e26ef7914e13460495e9762
* Pno frequency culling: plumb freq to wificondxshu2018-11-051-0/+4
| | | | | | | | | | | | | | | | | | | Add int[] frequecies to PnoNetwork data structure and add the pipeline to do the plumbing down to wificond. Bug: 64312268 Test: compile, unit test Manual test: flash to device connect to AP in shield box close shield box screen off to trigger pno scan observe pno scan started and no crashes open shield box wait for connection to occur Change-Id: I4ebaf7f034e5a4d0f50582bd469460b3ec00d761
* Update SmallTest libraryEtan Cohen2018-01-263-3/+3
| | | | | | | | | | | | android.test.suitebuilder.annotation.SmallTest is deprecated and replaced by android.support.test.filters.SmallTest. Update all test files. No other change (except import order cleaning up to pass preload format check). Bug: 72324160 Test: all unit tests pass Change-Id: Icc4abe3b3b37926d583c0d4ae510a7d7c74c1a03
* WificondControl: Add parcelable for DBS scansRoshan Pius2018-01-192-0/+12
| | | | | | | | | | | Add parameters in existing |scan_settings| & |scan_results| for supporting DBS scans. These changes are in line with the WifiScanner changes added in ag/3135564 & ag/3135563. Bug: 68335251 Test: Unit tests Test: Manual test (Scanning still works) Change-Id: If835fc0ccec91ba8939f71708464ce56fe135d81
* Override equals() for wificond java side parceable classesNingyuan Wang2017-02-082-37/+4
| | | | | | | Bug: 35155583 Test: compile, unit tests Change-Id: Icb41a9aa5318928ca4605513f27641df80830860
* Java side unit test for NativeScanResultNingyuan Wang2017-02-083-0/+87
| | | | | | Bug: 34281985 Change-Id: Id29b3ce0d3a67005b90364482bf3eb8fc069adb7 Test: compile, unit tests
* Remove isFullScan from SingleScanSettingsNingyuan Wang2017-02-071-4/+0
| | | | | | Bug: 35103495 Change-Id: I54e7e58662c8ec8e67b5ed5f76155445a8db6b2d Test: compile, unit tests
* Merge changes from topic 'wificond_parcelables'Ningyuan Wang2017-01-241-0/+91
|\ | | | | | | | | | | * changes: Java side unit test for PnoSettings Add java side pno scan settings parcelable classes
| * Java side unit test for PnoSettingsNingyuan Wang2017-01-201-0/+91
| | | | | | Bug: 34281985 Change-Id: Ie5f1f0dbf7726d552089e8291724f420f1246aa3 Test: compile, unit tests
* Java side unit test for SingleScanSettingsNingyuan Wang2017-01-201-0/+89
Bug: 34281985 Change-Id: Id906fe1d86e4908238efa8d5bb5e63276543ee3a Test: compile, unit tests