Searched refs:sRequestCursorUpdatesMethod (Results 1 – 1 of 1) sorted by relevance
24 private static final CompatUtils.ToBooleanMethodWrapper sRequestCursorUpdatesMethod; field in InputConnectionCompatUtils27 sRequestCursorUpdatesMethod = sInputConnectionType.getPrimitiveMethod(32 return sRequestCursorUpdatesMethod != null; in isRequestCursorUpdatesAvailable()46 return sRequestCursorUpdatesMethod.invoke(inputConnection, cursorUpdateMode); in requestCursorUpdatesImpl()