summaryrefslogtreecommitdiff
path: root/tests/cts/hostside/app2/src
Commit message (Expand)AuthorAgeFilesLines
* Clear DNS cache after every network access.Sudheer Shanka2022-07-181-0/+6
* Keep the screen on while the test activity is on top.Sudheer Shanka2022-05-201-0/+3
* Avoid unregistering the same receiver more than once.Sudheer Shanka2022-05-041-11/+19
* Add tests to verify app has network access in onResume.Sudheer Shanka2022-04-271-14/+27
* Merge "Verify the return value of scheduleJob()." am: a4ea04d869 am: 320e5bac0cTreehugger Robot2022-04-201-2/+2
|\
| * Verify the return value of scheduleJob().Sudheer Shanka2022-04-191-2/+2
* | Add RECEIVER_EXPORTED flag while registering the receiver.Sudheer Shanka2022-02-112-2/+4
* | Merge "Marking test receiver as exported." am: 0762151207 am: 23e1e0659dMichael Groover2022-02-091-3/+8
|\|
| * Marking test receiver as exported.Jacob Hobbie2022-02-071-3/+8
* | Merge "Verify apps cannot receive ACTION_SNOOZE_WARNING broadcast." into sc-d...Sudheer Shanka2021-07-273-0/+9
|\|
| * Verify apps cannot receive ACTION_SNOOZE_WARNING broadcast.Sudheer Shanka2021-07-263-0/+9
* | Improve NetworkPolicyManagerTestlucaslin2021-07-131-5/+6
|/
* Merge "Fix CTS fail to register network callback since lack of permission" am...Treehugger Robot2021-04-151-1/+1
|\
| * Fix CTS fail to register network callback since lack of permissionjunyulai2021-04-141-1/+1
| * Fix NetworkCallback expecting wrong networkjunyulai2021-04-091-8/+2
| * Update meteredness of cellular networks for tests.Sudheer Shanka2021-02-071-3/+2
| * Merge history of CTSBaligh Uddin2020-11-096-0/+764
* Fix NetworkCallback expecting wrong networkjunyulai2021-04-081-8/+2
* Update CtsHostsideNetworkTests to take network capability into account.Sudheer Shanka2021-02-244-10/+63
* Update meteredness of cellular networks for tests.Sudheer Shanka2021-02-051-3/+2
* Update test to include FLAG_MUTABLE when creating a PendingIntent.Sudheer Shanka2021-01-221-1/+1
* Add tests to verify that Expedited jobs have network access.Sudheer Shanka2021-01-193-0/+94
* Refine NetworkCallbackTestlucaslin2020-05-081-6/+20
* Export API of listening for network change events in app2junyulai2019-03-221-3/+71
* Try to fix HostsideRestrictBackgroundNetworkTests flakyness.Sudheer Shanka2017-05-312-1/+11
* Update network tests to make sure app has connectivity on start.Sudheer Shanka2017-02-133-3/+60
* All cts uses notification channels and new Builder constructorGeoffrey Pitsch2017-01-313-6/+27
* Uses bound service instead of ordered broadcast for IPC.Felipe Leme2016-10-073-124/+108
* Test to ensure a toast doesn't affect app standbyAmith Yamasani2016-09-212-0/+12
* Improvements on retry mechanism on network tests:Felipe Leme2016-08-011-1/+1
* Cover more PendingIntent whitelist scenarios.Felipe Leme2016-06-282-14/+78
* Add non-parcelable extras to notification to make sure it does not crashFelipe Leme2016-06-161-1/+9
* Changed network check URL.Felipe Leme2016-06-061-1/+1
* Add flakyness check when a valid connection is expected.Felipe Leme2016-06-021-1/+1
* Added test for whitelisting pending intent for Doze Mode.Felipe Leme2016-05-272-5/+36
* Merge "Add a test for closing sockets when a VPN comes up." into nyc-devTreeHugger Robot2016-05-241-0/+63
|\
| * Add a test for closing sockets when a VPN comes up.Lorenzo Colitti2016-05-161-0/+63
* | Added tests for idle apps and doze mode.Felipe Leme2016-05-131-4/+18
|/
* Covers more corner cases on restricted network modes:Felipe Leme2016-05-094-3/+23
* Asserts foreground apps always have network access.Felipe Leme2016-05-063-12/+55
* Improved connectivity check by also asserting NetworkInfo states.Felipe Leme2016-05-032-13/+45
* Test network restrictions while on foreground service state.Felipe Leme2016-03-302-1/+45
* Print uid when running network checks.Felipe Leme2016-03-092-4/+21
* Added CTS tests for apps that are blacklisted for restricted background data.Felipe Leme2016-03-023-3/+18
* Added CTS tests to check background network access while on power save mode.Felipe Leme2016-02-231-1/+4
* Refactored how data is shared between test apps.Felipe Leme2016-02-192-6/+132
* Added CTS tests for RESTRICT_BACKGROUND_CHANGED.Felipe Leme2016-02-043-0/+118