Searched refs:Instrumentable (Results 1 – 5 of 5) sorted by relevance
19 public interface Instrumentable { interface
166 if (!(object instanceof Instrumentable)) { in getMetricsCategory()169 return ((Instrumentable) object).getMetricsCategory(); in getMetricsCategory()
19 import static com.android.settingslib.core.instrumentation.Instrumentable.METRICS_CATEGORY_UNKNOWN;
27 import com.android.settingslib.core.instrumentation.Instrumentable;36 Instrumentable {
18 import static com.android.settingslib.core.instrumentation.Instrumentable.METRICS_CATEGORY_UNKNOWN;140 private final class TestInstrumentable implements Instrumentable {