Searched refs:removeStatsConfig (Results 1 – 9 of 9) sorted by relevance
77 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
116 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
114 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
162 return getStatsdHelper().removeStatsConfig(); in stopCollecting()
180 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
259 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
256 public boolean removeStatsConfig() { in removeStatsConfig() method in StatsdHelper
116 doNothing().when(mListener).removeStatsConfig(anyLong()); in setUp()149 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testRunLevelCollection_statsdInteraction()150 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testRunLevelCollection_statsdInteraction()236 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_1)); in testTestLevelCollection_statsdInteraction()237 verify(mListener, times(1)).removeStatsConfig(eq(CONFIG_ID_2)); in testTestLevelCollection_statsdInteraction()544 verify(mListener, never()).removeStatsConfig(anyLong()); in testNoConfigArguments()
278 removeStatsConfig(configIds.get(configName)); in pullReportsAndRemoveConfigs()360 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() method in StatsdListener