Home | History | Annotate | Download | only in model

Lines Matching defs:encodedString

869         final String encodedString = bundle.getString(Insert.IM_PROTOCOL);
870 if (encodedString == null) return;
874 .decodeImProtocol(encodedString);