Searched refs:storageIds (Results 1 – 3 of 3) sorted by relevance
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()
517 final String[] storageIds = in findDocumentPath() local521 if (storageIds.length > 1) { in findDocumentPath()
304 int[] storageIds = device.getStorageIds(); in getStorageList() local305 if (storageIds == null) { in getStorageList()309 int length = storageIds.length; in getStorageList()312 MtpStorageInfo info = device.getStorageInfo(storageIds[i]); in getStorageList()