Home
last modified time | relevance | path

Searched refs:encodedString (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DEntityModifier.java494 final String encodedString = bundle.getString(Insert.IM_PROTOCOL); in fixupLegacyImType() local
495 if (encodedString == null) return; in fixupLegacyImType()
499 .decodeImProtocol(encodedString); in fixupLegacyImType()