OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recipientid
(Results
1 - 6
of
6
) 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
...]
Conversation.java
[
all
...]
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48-sources.jar
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java
261
int
recipientId
= Integer.parseInt(recip);
262
recipientIds.add(
recipientId
);
[
all
...]
/external/bouncycastle/
bouncycastle.config
563
org/bouncycastle/cms/
RecipientId
.java \
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h
[
all
...]
Completed in 953 milliseconds