Home
last modified time | relevance | path

Searched refs:removeStatsConfig (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DUiActionLatencyHelper.java77 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DUiInteractionFrameInfoHelper.java116 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DCrashHelper.java114 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DThermalHelper.java162 return getStatsdHelper().removeStatsConfig(); in stopCollecting()
DCpuUsageHelper.java180 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DAppStartupHelper.java259 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DStatsdHelper.java256 public boolean removeStatsConfig() { in removeStatsConfig() method in StatsdHelper
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java116 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()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java278 removeStatsConfig(configIds.get(configName)); in pullReportsAndRemoveConfigs()
360 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() method in StatsdListener