Searched refs:KEY_TEST_NAME (Results 1 – 3 of 3) sorted by relevance
45 private static final String KEY_TEST_NAME = "test"; field in MainActivity169 if (mBundleFromIntent.containsKey(KEY_TEST_NAME)) { in processBundleFromIntent()170 String testName = mBundleFromIntent.getString(KEY_TEST_NAME); in processBundleFromIntent()
25 String KEY_TEST_NAME = "test_name"; field
319 metricsLogger.logMetric(MetricsLogger.KEY_TEST_NAME, streamName); in logMetrics()