Searched defs:recipientId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DRecipientIdCache.java139 long recipientId = 0;
149 recipientId = contact.getRecipientId();
150 if (recipientId == 0) {
157 String number2 = sInstance.mCache.get(recipientId);
161 ", wasModified=true, recipientId=" + recipientId);
163 ", sInstance.mCache.get(recipientId)=" + number2);
169 sInstance.mCache.put(recipientId, number1);
175 sInstance.updateCanonicalAddressInDb(recipientId, number1);
235 * getSingleNumberFromCanonicalAddresses looks up the recipientId i
241 getSingleAddressFromCanonicalAddressInDb(final Context context, final String recipientId) argument
[all...]

Completed in 169 milliseconds