Searched refs:DIRTY (Results 1 - 3 of 3) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
H A DDiskLruCache.java107 private static final String DIRTY = "DIRTY"; field in class:DiskLruCache
123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52
126 * DIRTY 1ab96a171faeeee38496d8b330771a7a
138 * o DIRTY lines track that an entry is actively being created or updated.
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) {
444 writer.write(DIRTY + ' ' + entry.key + '\n');
536 journalWriter.write(DIRTY
[all...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
H A DContactManager.java737 RawContacts.DIRTY,
753 RawContacts.DIRTY + "=1 AND "
H A DContactOperations.java309 mValues.put(RawContacts.DIRTY, isDirtyValue);

Completed in 106 milliseconds