Searched refs:removeStatsConfig (Results 1 – 10 of 10) sorted by relevance
77 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
118 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
136 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
180 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
199 return getStatsdHelper().removeStatsConfig(); in stopCollecting()
268 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
339 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
290 public boolean removeStatsConfig() { in removeStatsConfig() method in StatsdHelper
118 doNothing().when(mListener).removeStatsConfig(anyLong()); in setUp()151 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testRunLevelCollection_statsdInteraction()152 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testRunLevelCollection_statsdInteraction()238 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testTestLevelCollection_statsdInteraction()239 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testTestLevelCollection_statsdInteraction()649 verify(mListener, never()).removeStatsConfig(anyLong()); in testNoConfigArguments()
285 removeStatsConfig(configIds.get(configName)); in pullReportsAndRemoveConfigs()367 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() method in StatsdListener