Searched refs:getStorageId (Results 1 – 2 of 2) sorted by relevance
226 if (storage.getStorageId() == StorageVolume.STORAGE_ID_INVALID) { in addStorageLocked()230 Log.d(TAG, "Adding MTP storage 0x" + Integer.toHexString(storage.getStorageId()) in addStorageLocked()249 Log.d(TAG, "Removing MTP storage " + Integer.toHexString(storage.getStorageId()) + " at " in removeStorageLocked()
288 … String[] whereArgs = new String[] { Integer.toString(storage.getStorageId()) };2993 values.put(FileColumns.STORAGE_ID, getStorageId(path)); in insertDirectory()3047 private int getStorageId(String path) { in getStorageId() method in MediaProvider3051 return vol.getStorageId(); in getStorageId()3273 int storageId = getStorageId(path); in insertFile()