Searched refs:KEY_TEXT (Results 1 – 9 of 9) sorted by relevance
67 static final String KEY_TEXT = "text"; field in SmartSuggestionsHelper210 String code = entitiesExtas.getString(KEY_TEXT); in createCopyCodeAction()
405 #define KEY_TEXT 0x184 macro
460 #define KEY_TEXT 0x184 macro
211 [KEY_PLAYER] = "Player", [KEY_TEXT] = "Text",
2411 #if defined(KEY_TEXT) || (defined(HAVE_DECL_KEY_TEXT) && HAVE_DECL_KEY_TEXT)2413 static_assert((KEY_TEXT) == (0x184), "KEY_TEXT != 0x184");2416 # define KEY_TEXT 0x1844222 [KEY_TEXT] = XLAT(KEY_TEXT),
380 KEY_TEXT 0x184
565 KEY_TEXT = 0x184 variable
356 entitiesExtras.putString(SmartSuggestionsHelper.KEY_TEXT, "12345"); in copyCodeAction()
415 pub const KEY_TEXT: u16 = 0x184; constant