Searched refs:getCombineSubtypeEnabled (Results 1 – 3 of 3) sorted by relevance
244 boolean getCombineSubtypeEnabled(); in getCombineSubtypeEnabled() method535 if (!mSettings.getCombineSubtypeEnabled()) { in systemReady()559 if (!mSettings.getCombineSubtypeEnabled()) { in shutdownLocked()1273 final boolean combineSubtypeEnabled = mSettings.getCombineSubtypeEnabled(); in updateIfacesLocked()1730 pw.printPair(NETSTATS_COMBINE_SUBTYPE_ENABLED, mSettings.getCombineSubtypeEnabled()); in dump()2152 public boolean getCombineSubtypeEnabled() { in getCombineSubtypeEnabled() method in DefaultNetworkStatsSettings
1297 when(mSettings.getCombineSubtypeEnabled()).thenReturn(false);
20602 PLcom/android/server/net/NetworkStatsService$DefaultNetworkStatsSettings;->getCombineSubtypeEnabled…