Searched refs:CHAR_LIMIT_KEY (Results 1 – 2 of 2) sorted by relevance
37 private static final String CHAR_LIMIT_KEY = "char_limit"; field in MessageComposerFragment47 args.putInt(CHAR_LIMIT_KEY, charLimit); in newInstance()61 charLimit = getArguments().getInt(CHAR_LIMIT_KEY, NO_CHAR_LIMIT); in onCreateView()
42 private static final String CHAR_LIMIT_KEY = "char_limit"; field in MessageFragment57 args.putInt(CHAR_LIMIT_KEY, builder.charLimit); in newInstance()86 charLimit = getArguments().getInt(CHAR_LIMIT_KEY, NO_CHAR_LIMIT); in onCreateView()