Lines Matching refs:storageId
261 int storageId, long size, long modified) {
289 values.put(Files.FileColumns.STORAGE_ID, storageId);
342 private Cursor createObjectQuery(int storageID, int format, int parent) throws RemoteException {
346 if (storageID == 0xFFFFFFFF) {
385 whereArgs = new String[] { Integer.toString(storageID) };
392 whereArgs = new String[] { Integer.toString(storageID),
400 whereArgs = new String[] { Integer.toString(storageID),
408 storageID),
442 private int[] getObjectList(int storageID, int format, int parent) {
445 c = createObjectQuery(storageID, format, parent);
468 private int getNumObjects(int storageID, int format, int parent) {
471 c = createObjectQuery(storageID, format, parent);