HomeSort by relevance Sort by last modified time
    Searched refs:addMobileSection (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DataUsageSummaryTest.java 124 doNothing().when(dataUsageSummary).addMobileSection(1);
129 verify(dataUsageSummary).addMobileSection(anyInt());
143 doNothing().when(dataUsageSummary).addMobileSection(1);
148 verify(dataUsageSummary, never()).addMobileSection(anyInt());
162 doNothing().when(dataUsageSummary).addMobileSection(1);
167 verify(dataUsageSummary, never()).addMobileSection(anyInt());
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryLegacy.java 120 addMobileSection(defaultSubId);
125 addMobileSection(subInfo.getSubscriptionId(), subInfo);
127 addMobileSection(subInfo.getSubscriptionId());
195 private void addMobileSection(int subId) {
196 addMobileSection(subId, null);
199 private void addMobileSection(int subId, SubscriptionInfo subInfo) {
DataUsageSummary.java 103 addMobileSection(defaultSubId);
166 void addMobileSection(int subId) {
167 addMobileSection(subId, null);
170 private void addMobileSection(int subId, SubscriptionInfo subInfo) {

Completed in 499 milliseconds