Searched refs:TEST_METRIC (Results 1 – 1 of 1) sorted by relevance
59 mMixin = new VisibilityLoggerMixin(TestInstrumentable.TEST_METRIC, mMetricsFeature); in init()68 eq(TestInstrumentable.TEST_METRIC), anyInt()); in shouldLogVisibleOnResume()83 eq(TestInstrumentable.TEST_METRIC), anyInt()); in shouldLogVisibleWithSource()91 .hidden(nullable(Context.class), eq(TestInstrumentable.TEST_METRIC), anyInt()); in shouldLogHideOnPause()96 mMixin = new VisibilityLoggerMixin(TestInstrumentable.TEST_METRIC, null); in shouldNotLogIfMetricsFeatureIsNull()134 TestInstrumentable.TEST_METRIC, mMetricsFeatureProvider); in onCreate()142 private static final int TEST_METRIC = 12345; field in VisibilityLoggerMixinTest.TestInstrumentable146 return TEST_METRIC; in getMetricsCategory()