Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DExtconUEventObserver.java58 String devPath = event.get("DEVPATH"); in onUEvent() local
59 ExtconInfo info = mExtconInfos.get(devPath); in onUEvent()
143 File devPath = new File(extconPath); in getDevicePath() local
144 if (devPath.exists()) { in getDevicePath()
145 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath()
DWiredAccessoryManager.java427 String devPath = event.get("DEVPATH"); in onUEvent() local
431 updateStateLocked(devPath, name, state); in onUEvent()
438 private void updateStateLocked(String devPath, String name, int state) { in updateStateLocked() argument
441 if (devPath.equals(uei.getDevPath())) { in updateStateLocked()