Searched refs:devPath (Results 1 – 2 of 2) sorted by relevance
60 String devPath = event.get("DEVPATH"); in onUEvent() local61 ExtconInfo info = mExtconInfos.get(devPath); in onUEvent()253 File devPath = new File(extconPath); in getDevicePath() local254 if (devPath.exists()) { in getDevicePath()255 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath()
427 String devPath = event.get("DEVPATH"); in onUEvent() local431 updateStateLocked(devPath, name, state); in onUEvent()438 private void updateStateLocked(String devPath, String name, int state) { in updateStateLocked() argument441 if (devPath.equals(uei.getDevPath())) { in updateStateLocked()