Searched refs:storageIds (Results 1 – 3 of 3) sorted by relevance
278 int[] storageIds = device.getStorageIds(); in getStorageList() local279 if (storageIds == null) { in getStorageList()283 int length = storageIds.length; in getStorageList()286 MtpStorageInfo info = device.getStorageInfo(storageIds[i]); in getStorageList()
106 final int[] storageIds = ensureNotNull( in openDevice() local252 final int[] storageIds = in getRoots() local255 for (int i = 0; i < storageIds.length; i++) { in getRoots()256 final MtpStorageInfo info = device.getStorageInfo(storageIds[i]); in getRoots()
513 final String[] storageIds = in findDocumentPath() local517 if (storageIds.length > 1) { in findDocumentPath()