Searched refs:mInfoController (Results 1 – 1 of 1) sorted by relevance
23 private DataUsageInfoController mInfoController; field in DataUsageInfoControllerTest28 mInfoController = new DataUsageInfoController(); in setUp()37 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.limitLevel); in testLowUsageLowWarning_LimitUsed()45 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.limitLevel); in testLowUsageEqualWarning_LimitUsed()53 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.warningLevel); in testNoLimitNoUsage_WarningUsed()61 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.warningLevel); in testNoLimitLowUsage_WarningUsed()69 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.usageLevel); in testLowWarningNoLimit_UsageUsed()77 assertThat(mInfoController.getSummaryLimit(info)).isEqualTo(info.usageLevel); in testLowWarningLowLimit_UsageUsed()92 mInfoController.updateDataLimit(null, null); in testNullArguments_NoError()93 mInfoController.updateDataLimit(info, null); in testNullArguments_NoError()[all …]