Home
last modified time | relevance | path

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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPresenceContact.java39 String mContactId = null; field in PresenceContact
53 mContactId = contactId; in PresenceContact()
74 return mContactId; in getContactId()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DContactsFacade.java61 private String mContactId; field in ContactsFacade
79 mContactId = (String) phone.getField("CONTACT_ID").get(null); in ContactsFacade()
205 mContactId + " = ? and " + mPrimary + "=1", in findPhone()