Searched refs:removeStatsConfig (Results 1 – 7 of 7) sorted by relevance
96 doNothing().when(mListener).removeStatsConfig(anyLong()); in setUp()129 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testRunLevelCollection_statsdInteraction()130 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testRunLevelCollection_statsdInteraction()216 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testTestLevelCollection_statsdInteraction()217 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testTestLevelCollection_statsdInteraction()524 verify(mListener, never()).removeStatsConfig(anyLong()); in testNoConfigArguments()
111 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
120 return getStatsdHelper().removeStatsConfig(); in stopCollecting()
212 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
241 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
239 public boolean removeStatsConfig() { in removeStatsConfig() method in StatsdHelper
252 removeStatsConfig(configIds.get(configName)); in pullReportsAndRemoveConfigs()334 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() method in StatsdListener