Searched refs:CONFIG_NAME_2 (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/ |
D | StatsdListenerTest.java | 64 private static final String CONFIG_NAME_2 = "config-2"; field in StatsdListenerTest 88 ImmutableMap.of(CONFIG_NAME_1, CONFIG_1, CONFIG_NAME_2, CONFIG_2); 197 + CONFIG_NAME_2 in testRunLevelCollection_metrics() 202 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testRunLevelCollection_metrics() 209 + CONFIG_NAME_2 in testRunLevelCollection_metrics() 295 CONFIG_NAME_2, in testTestLevelCollection_metrics() local 300 eq(StatsdListener.REPORT_KEY_PREFIX + CONFIG_NAME_2), in testTestLevelCollection_metrics() 309 CONFIG_NAME_2, in testTestLevelCollection_metrics() local 482 .openConfigWithAssetManager(any(AssetManager.class), eq(CONFIG_NAME_2)); in testParsingConfigFromArguments_validConfig() 487 String.join(",", CONFIG_NAME_1, CONFIG_NAME_2)); in testParsingConfigFromArguments_validConfig() [all …]
|