internal AbstractInputMethodImpl(AbstractInputMethodService _enclosing) { this._enclosing = _enclosing; }
public AbstractInputMethodSessionImpl(AbstractInputMethodService _enclosing) { this._enclosing = _enclosing; mEnabled = true; }