Searched refs:devPath (Results 1 – 2 of 2) sorted by relevance
58 String devPath = event.get("DEVPATH"); in onUEvent() local59 ExtconInfo info = mExtconInfos.get(devPath); in onUEvent()143 File devPath = new File(extconPath); in getDevicePath() local144 if (devPath.exists()) { in getDevicePath()145 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()