History log of /packages/providers/TvProvider/tests/src/com/android/providers/tv/TvProviderForTesting.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9c7110178fd390ed520e83522ecc5b54835e0778 16-Feb-2017 Conrad Chen <conradchen@google.com> Fix TvProvider tests regarding to watched programs

Creates a bypass in TvProviderForTesting to prevent the asynchronous
updating limitation of TvProvider for testing.

Test: runtest --path packages/providers/TvProvider/tests/
Bug: 27107296
Change-Id: Ib8915bb7f67d8f2cd8677124959b910533af8344
/packages/providers/TvProvider/tests/src/com/android/providers/tv/TvProviderForTesting.java
1b63db50e1bb304d7d6d77d3136ee066d14f91f9 02-Feb-2017 Conrad Chen <conradchen@google.com> Remove DB entries when packages are removed

Test: runtest --path packages/providers/TvProvider/tests/
Bug: 34884862
Change-Id: Iee2006c0aa19ae616665b3719cfc6aaf2f1b7bba
/packages/providers/TvProvider/tests/src/com/android/providers/tv/TvProviderForTesting.java
3cc1a853b3dd678078c17a5f70c2ceba0f1d5cd4 21-Jan-2017 Dongwon Kang <dwkang@google.com> Delete transient rows on boot

Implementation background: DB operation should be done in onCreate
to prevent possible ANR per its documentation. Also, onCreate is
usually called when the TvProvider is firstly used, so the actual
benefit is low even we can do so.

Test: passes newly added test cases
Bug: 34160270
Change-Id: I41f0488662b74e645dc17e1a852266eb6e691c9b
/packages/providers/TvProvider/tests/src/com/android/providers/tv/TvProviderForTesting.java
ac117ad70762672243573f9c8a5ea3220c4884bf 25-Jun-2014 Ji-Hwan Lee <jihwan@google.com> Clean up EPG data

Bug: 14903289
Change-Id: I3f2b04c7f6e46fc172c055abab7be3ca98536a55
/packages/providers/TvProvider/tests/src/com/android/providers/tv/TvProviderForTesting.java