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