Searched refs:CLOSE_CONNECTION (Results 1 – 3 of 3) sorted by relevance
45 MissingMethodFlags.CLOSE_CONNECTION,83 int CLOSE_CONNECTION = 1 << 6; field136 flags |= MissingMethodFlags.CLOSE_CONNECTION; in getMissingMethodFlagsInternal()260 if ((flags & MissingMethodFlags.CLOSE_CONNECTION) != 0) { in getMissingMethodFlagsAsString()
535 if ((missingMethods & MissingMethodFlags.CLOSE_CONNECTION) == 0) { in executeMessage()
74843 Landroid/view/inputmethod/InputConnectionInspector$MissingMethodFlags;->CLOSE_CONNECTION:I