Searched refs:TestInstrumentable (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()140 private final class TestInstrumentable implements Instrumentable { class in VisibilityLoggerMixinTest