Searched refs:blobs (Results 1 – 1 of 1) sorted by relevance
222 File[] blobs = packageDir.listFiles(); in getRestoreData() local223 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error in getRestoreData()229 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.length + " key files"); in getRestoreData()232 for (File f : blobs) { in getRestoreData()