Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DUiActionLatencyHelper.java77 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DCrashHelper.java118 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DUiInteractionFrameInfoHelper.java136 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DCpuUsageHelper.java180 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DThermalHelper.java199 return getStatsdHelper().removeStatsConfig(); in stopCollecting()
DAppStartupHelper.java268 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DBatteryUsageStatsHelper.java339 return mStatsdHelper.removeStatsConfig(); in stopCollecting()
DStatsdHelper.java290 public boolean removeStatsConfig() { in removeStatsConfig() method in StatsdHelper
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java118 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()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java285 removeStatsConfig(configIds.get(configName)); in pullReportsAndRemoveConfigs()
367 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() method in StatsdListener