Searched refs:blobs (Results 1 – 1 of 1) sorted by relevance
535 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); in getRestoreData() local536 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error in getRestoreData()542 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files"); in getRestoreData()545 for (DecodedFilename keyEntry : blobs) { in getRestoreData()