Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/service/
DContactListManagerAdapter.java163 int resCode = list.removeContact(address); in removeContact() local
164 if (ImErrorInfo.ILLEGAL_CONTACT_ADDRESS == resCode) { in removeContact()
169 if (ImErrorInfo.NO_ERROR != resCode) { in removeContact()
170 return resCode; in removeContact()