am 73698457: am 6bff8c79: Merge "Remove the use of FileInputStream.available()" into gingerbread

Merge commit '736984573a1975d69d1c6efd87e4af9ca16e505f'

* commit '736984573a1975d69d1c6efd87e4af9ca16e505f':
  Remove the use of FileInputStream.available()
This commit is contained in:
Rich Cannings
2010-09-09 16:51:53 -07:00
committed by Android Git Automerger
2 changed files with 12 additions and 12 deletions

View File

@@ -9408,7 +9408,12 @@ class PackageManagerService extends IPackageManager.Stub {
} catch (NoSuchAlgorithmException nsae) {
Slog.e(TAG, "Failed to create encryption keys with exception: " + nsae);
return null;
} catch (IOException ioe) {
Slog.e(TAG, "Failed to retrieve encryption keys with exception: "
+ ioe);
return null;
}
}
/* package */ static String getTempContainerId() {