Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DVisibilityLoggerMixinTest.java59 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