Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DExtconUEventObserver.java148 public @interface ExtconDeviceType {} annotation in ExtconUEventObserver.ExtconInfo
154 private final @ExtconDeviceType HashSet<String> mDeviceTypes = new HashSet<>();
183 @ExtconDeviceType String[] extconTypes) { in getExtconInfoForTypes()
202 public boolean hasCableType(@ExtconDeviceType String type) { in hasCableType()