OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecipientIdCache
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Mms/src/com/android/mms/
LogTag.java
28
import com.android.mms.data.
RecipientIdCache
;
99
RecipientIdCache
.canonicalTableDump();
100
RecipientIdCache
.dump();
/packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java
25
public class
RecipientIdCache
{
35
private static
RecipientIdCache
sInstance;
36
static
RecipientIdCache
getInstance() { return sInstance; }
54
sInstance = new
RecipientIdCache
(context);
59
}, "
RecipientIdCache
.init").start();
62
RecipientIdCache
(Context context) {
69
LogTag.debug("[
RecipientIdCache
] fill: begin");
97
LogTag.debug("[
RecipientIdCache
] fill: finished");
160
Log.d(TAG, "[
RecipientIdCache
] updateNumbers: contact=" + contact +
166
// if the numbers don't match, let's update the
RecipientIdCache
's numbe
[
all
...]
ContactList.java
74
for (
RecipientIdCache
.Entry entry :
RecipientIdCache
.getAddresses(spaceSepIds)) {