Searched refs:reqModes (Results 1 – 2 of 2) sorted by relevance
385 public ImeCommand callGetCursorCapsMode(int reqModes) { in callGetCursorCapsMode() argument387 params.putInt("reqModes", reqModes); in callGetCursorCapsMode()
149 final int reqModes = command.getExtras().getInt("reqModes"); in onHandleCommand()150 return getCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()