Searched refs:getDataUsageBytes (Results 1 – 12 of 12) sorted by relevance
112 when(subscriptionPlan.getDataUsageBytes()).thenReturn(2 * DataUsageUtils.PETA); in getPrimaryPlan_dataUsageBytesIsHuge_returnsNull()124 when(subscriptionPlan.getDataUsageBytes()).thenReturn(10L); in getPrimaryPlan_cycleRuleIsNull_returnsNull()138 when(subscriptionPlan.getDataUsageBytes()).thenReturn(10L); in getPrimaryPlan_cycleRuleIsValid_returnsSubscriptionPlan()
177 when(mMockSubscriptionPlan.getDataUsageBytes()).thenReturn(10L); in refreshUi_hasPrimaryPlan_setsSummary()
76 return DataUsageUtils.formatDataUsageInCycle(getContext(), defaultPlan.getDataUsageBytes(), in formatUsedData()
116 && saneSize(plan.getDataUsageBytes()) in getPrimaryPlan()
218 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()
318 mDataplanUse = primaryPlan.getDataUsageBytes(); in refreshDataplanInfo()384 && validSize(plan.getDataUsageBytes()) in getPrimaryPlan()
212 public @BytesLong long getDataUsageBytes() { in getDataUsageBytes() method in SubscriptionPlan
405 doReturn(dataUsageSize).when(mSubscriptionPlan).getDataUsageBytes(); in setupTestDataUsage()
297 final long targetBytes = augmentPlan.getDataUsageBytes(); in getHistory()
2731 writeLongAttribute(out, ATTR_USAGE_BYTES, plan.getDataUsageBytes());
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
42557 method public long getDataUsageBytes();