OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DraftCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
42
import com.android.mms.util.
DraftCache
;
94
DraftCache
.init(this);
/packages/apps/Mms/src/com/android/mms/util/
DraftCache.java
34
public class
DraftCache
{
37
private static
DraftCache
sInstance;
55
private
DraftCache
(Context context) {
57
log("
DraftCache
.constructor");
83
}, "
DraftCache
.refresh");
236
sInstance = new
DraftCache
(context);
242
public static
DraftCache
getInstance() {
255
Log.d(TAG, "[
DraftCache
/" + Thread.currentThread().getId() + "] " + s);
Completed in 28 milliseconds