Loading services/core/java/com/android/server/InputMethodManagerService.java +5 −5 Original line number Diff line number Diff line Loading @@ -2606,15 +2606,15 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return true; case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: { final int sequenceNumber = msg.arg1; final IInputMethodClient client = (IInputMethodClient)msg.obj; final ClientState clientState = (ClientState)msg.obj; try { client.setUserActionNotificationSequenceNumber(sequenceNumber); clientState.client.setUserActionNotificationSequenceNumber(sequenceNumber); } catch (RemoteException e) { Slog.w(TAG, "Got RemoteException sending " + "setUserActionNotificationSequenceNumber(" + sequenceNumber + ") notification to pid " + ((ClientState)msg.obj).pid + " uid " + ((ClientState)msg.obj).uid); + clientState.pid + " uid " + clientState.uid); } return true; } Loading Loading @@ -3036,7 +3036,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mCurClient != null && mCurClient.client != null) { executeOrSendMessage(mCurClient.client, mCaller.obtainMessageIO( MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER, mCurUserActionNotificationSequenceNumber, mCurClient.client)); mCurUserActionNotificationSequenceNumber, mCurClient)); } // Set Subtype here Loading Loading
services/core/java/com/android/server/InputMethodManagerService.java +5 −5 Original line number Diff line number Diff line Loading @@ -2606,15 +2606,15 @@ public class InputMethodManagerService extends IInputMethodManager.Stub return true; case MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER: { final int sequenceNumber = msg.arg1; final IInputMethodClient client = (IInputMethodClient)msg.obj; final ClientState clientState = (ClientState)msg.obj; try { client.setUserActionNotificationSequenceNumber(sequenceNumber); clientState.client.setUserActionNotificationSequenceNumber(sequenceNumber); } catch (RemoteException e) { Slog.w(TAG, "Got RemoteException sending " + "setUserActionNotificationSequenceNumber(" + sequenceNumber + ") notification to pid " + ((ClientState)msg.obj).pid + " uid " + ((ClientState)msg.obj).uid); + clientState.pid + " uid " + clientState.uid); } return true; } Loading Loading @@ -3036,7 +3036,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (mCurClient != null && mCurClient.client != null) { executeOrSendMessage(mCurClient.client, mCaller.obtainMessageIO( MSG_SET_USER_ACTION_NOTIFICATION_SEQUENCE_NUMBER, mCurUserActionNotificationSequenceNumber, mCurClient.client)); mCurUserActionNotificationSequenceNumber, mCurClient)); } // Set Subtype here Loading