Loading services/core/java/com/android/server/storage/StorageUserConnection.java +9 −11 Original line number Diff line number Diff line Loading @@ -413,7 +413,6 @@ public final class StorageUserConnection { resetUserSessions(); } }; } Slog.i(TAG, "Binding to the ExternalStorageService for user " + mUserId); if (mContext.bindServiceAsUser(new Intent().setComponent(name), mServiceConnection, Loading @@ -422,14 +421,13 @@ public final class StorageUserConnection { Slog.i(TAG, "Bound to the ExternalStorageService for user " + mUserId); return mLatch; } else { synchronized (mLock) { mIsConnecting = false; } throw new ExternalStorageServiceException( "Failed to bind to the ExternalStorageService for user " + mUserId); } } } } private static final class Session { public final String sessionId; Loading Loading
services/core/java/com/android/server/storage/StorageUserConnection.java +9 −11 Original line number Diff line number Diff line Loading @@ -413,7 +413,6 @@ public final class StorageUserConnection { resetUserSessions(); } }; } Slog.i(TAG, "Binding to the ExternalStorageService for user " + mUserId); if (mContext.bindServiceAsUser(new Intent().setComponent(name), mServiceConnection, Loading @@ -422,14 +421,13 @@ public final class StorageUserConnection { Slog.i(TAG, "Bound to the ExternalStorageService for user " + mUserId); return mLatch; } else { synchronized (mLock) { mIsConnecting = false; } throw new ExternalStorageServiceException( "Failed to bind to the ExternalStorageService for user " + mUserId); } } } } private static final class Session { public final String sessionId; Loading