Searched refs:startInputToken (Results 1 – 6 of 6) sorted by relevance
157 void startInput(IBinder startInputToken, IRemoteInputConnection remoteInputConnection, in startInput() argument162 params.startInputToken = startInputToken; in startInput()
2014 final Binder startInputToken = new Binder(); in attachNewInputLocked() local2022 mImeTargetWindowMap.put(startInputToken, mImeBindingState.mFocusedWindow); in attachNewInputLocked()2039 session.mMethod.startInput(startInputToken, mCurInputConnection, mCurEditorInfo, restarting, in attachNewInputLocked()2834 private void reportStartInput(@NonNull IBinder token, IBinder startInputToken) { in reportStartInput() argument2839 final IBinder targetWindow = mImeTargetWindowMap.get(startInputToken); in reportStartInput()6806 public void reportStartInputAsync(IBinder startInputToken) { in reportStartInputAsync() argument6807 mImms.reportStartInput(mToken, startInputToken); in reportStartInputAsync()
31 void reportStartInputAsync(in IBinder startInputToken); in reportStartInputAsync() argument
58 IBinder startInputToken;
134 public void reportStartInputAsync(IBinder startInputToken) { in reportStartInputAsync() argument140 ops.reportStartInputAsync(startInputToken); in reportStartInputAsync()
887 mPrivOps.reportStartInputAsync(params.startInputToken); in dispatchStartInput()