Loading services/core/java/com/android/server/wm/WindowContextListenerController.java +2 −3 Original line number Diff line number Diff line Loading @@ -287,11 +287,10 @@ class WindowContextListenerController { } private void register(boolean shouldDispatchConfig) { final IBinder token = mClientToken; if (mDeathRecipient == null) { throw new IllegalStateException("Invalid client token: " + token); throw new IllegalStateException("Invalid client token: " + mClientToken); } mListeners.putIfAbsent(token, this); mListeners.putIfAbsent(mClientToken, this); mContainer.registerWindowContainerListener(this, shouldDispatchConfig); } Loading Loading
services/core/java/com/android/server/wm/WindowContextListenerController.java +2 −3 Original line number Diff line number Diff line Loading @@ -287,11 +287,10 @@ class WindowContextListenerController { } private void register(boolean shouldDispatchConfig) { final IBinder token = mClientToken; if (mDeathRecipient == null) { throw new IllegalStateException("Invalid client token: " + token); throw new IllegalStateException("Invalid client token: " + mClientToken); } mListeners.putIfAbsent(token, this); mListeners.putIfAbsent(mClientToken, this); mContainer.registerWindowContainerListener(this, shouldDispatchConfig); } Loading