Searched refs:storageDir (Results 1 – 1 of 1) sorted by relevance
181 String storageDir = getStorageDirectory(); in getDevicePath() local182 if (storageDir == null) return null; in getDevicePath()183 return storageDir + "/" + device.getAddress().replace(":", ""); in getDevicePath()