Migrate to use instrumentation classes from settingslib.

Test: Compiles. Manually tested.
Change-Id: Ie5515bb0fe3e621fc7723a9b04ba23e4bfa9c401
This commit is contained in:
Leif Hendrik Wilden
2018-01-11 10:15:36 -08:00
parent 2ce430afc4
commit 1546cca529
92 changed files with 177 additions and 1250 deletions

View File

@@ -60,6 +60,7 @@ public class DataUsageListTest {
@Test
public void resumePause_shouldListenUnlistenDataStateChange() {
mDataUsageList.onAttach(mContext);
mDataUsageList.onResume();
verify(mListener).setListener(true, 0, mContext);