HomeSort by relevance Sort by last modified time
    Searched refs:PduCache (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java 29 public final class PduCache extends AbstractCache<Uri, PduCacheEntry> {
30 private static final String TAG = "PduCache";
50 private static PduCache sInstance;
78 private PduCache() {
84 synchronized public static final PduCache getInstance() {
87 Log.v(TAG, "Constructing new PduCache instance.");
89 sInstance = new PduCache();
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 31 import com.google.android.mms.util.PduCache;
48 * uses the PduCache built into the mms framework. It also manages a local cache of slideshow
60 private static PduCache mPduCache;
69 mPduCache = PduCache.getInstance();
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 25 import com.google.android.mms.util.PduCache;
96 private static final PduCache PDU_CACHE_INSTANCE;
277 PDU_CACHE_INSTANCE = PduCache.getInstance();
    [all...]

Completed in 80 milliseconds