Home
last modified time | relevance | path

Searched refs:getCombineSubtypeEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java366 boolean getCombineSubtypeEnabled(); in getCombineSubtypeEnabled() method
821 if (!settings.getCombineSubtypeEnabled()) { in makeContentObserver()
1211 if (!mSettings.getCombineSubtypeEnabled()) {
2362 final boolean combineSubtypeEnabled = mSettings.getCombineSubtypeEnabled();
2929 pw.print(NETSTATS_COMBINE_SUBTYPE_ENABLED, mSettings.getCombineSubtypeEnabled());
3581 public boolean getCombineSubtypeEnabled() {
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java2684 public boolean getCombineSubtypeEnabled() { in getCombineSubtypeEnabled() method in NetworkStatsServiceTest.TestNetworkStatsSettings