Loading services/core/java/com/android/server/textclassifier/TextClassificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,9 @@ public final class TextClassificationManagerService extends ITextClassifierServi synchronized (mManagerService.mLock) { UserState userState = mManagerService.peekUserStateLocked(userId); if (userState != null) { if (userState.mConnection != null) { userState.mConnection.cleanupService(); } mManagerService.mUserStates.remove(userId); } } Loading Loading
services/core/java/com/android/server/textclassifier/TextClassificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,9 @@ public final class TextClassificationManagerService extends ITextClassifierServi synchronized (mManagerService.mLock) { UserState userState = mManagerService.peekUserStateLocked(userId); if (userState != null) { if (userState.mConnection != null) { userState.mConnection.cleanupService(); } mManagerService.mUserStates.remove(userId); } } Loading