OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recipientId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java
119
Log.w(TAG, "
RecipientId
" + longId + " not in cache!");
129
Log.w(TAG, "
RecipientId
" + longId + " has empty number!");
139
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)
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java
260
int
recipientId
= Integer.parseInt(recip);
261
recipientIds.add(
recipientId
);
[
all
...]
Completed in 48 milliseconds