Home
last modified time | relevance | path

Searched refs:DELETED (Results 1 – 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DSparseWeakArray.java47 private static final WeakReference<?> DELETED = new WeakReference(DELETED_REF); field in SparseWeakArray
83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) { in get()
97 if (mValues[i] != DELETED) { in delete()
98 mValues[i] = DELETED; in delete()
115 if (mValues[index] != DELETED) { in removeAt()
116 mValues[index] = DELETED; in removeAt()
132 if (val != DELETED && val.get() != null) { in gc()
160 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { in put()
/frameworks/base/core/java/android/util/
DSparseArray.java59 private static final Object DELETED = new Object(); field in SparseArray
135 if (i < 0 || mValues[i] == DELETED) { in get()
149 if (mValues[i] != DELETED) { in delete()
150 mValues[i] = DELETED; in delete()
164 if (mValues[i] != DELETED) { in removeReturnOld()
166 mValues[i] = DELETED; in removeReturnOld()
195 if (mValues[index] != DELETED) { in removeAt()
196 mValues[index] = DELETED; in removeAt()
228 if (val != DELETED) { in gc()
266 if (i < mSize && mValues[i] == DELETED) { in put()
DLongSparseArray.java60 private static final Object DELETED = new Object(); field in LongSparseArray
122 if (i < 0 || mValues[i] == DELETED) { in get()
136 if (mValues[i] != DELETED) { in delete()
137 mValues[i] = DELETED; in delete()
155 if (mValues[i] != DELETED && filter.test(mKeys[i], (E) mValues[i])) { in removeIf()
156 mValues[i] = DELETED; in removeIf()
176 if (mValues[index] != DELETED) { in removeAt()
177 mValues[index] = DELETED; in removeAt()
193 if (val != DELETED) { in gc()
256 if (i < mSize && mValues[i] == DELETED) { in put()
/frameworks/base/core/java/android/provider/
DVoicemailContract.java344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
DCalendarContract.java397 public static final String DELETED = "deleted"; field
650 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
848 DELETED,
1522 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
DContactsContract.java2498 public static final String DELETED = "deleted"; field
3223 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
8029 public static final String DELETED = "deleted"; field
8222 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DELETED); in getEntityAndIncrementCursor()
10195 public static final String DELETED = "deleted"; field
/frameworks/proto_logging/stats/
Datoms.proto4932 DELETED = 2; enumerator
/frameworks/base/core/api/
Dcurrent.txt35716 field public static final String DELETED = "deleted";
36695 field public static final String DELETED = "deleted";
36878 field public static final String DELETED = "deleted";
38167 field public static final String DELETED = "deleted";
Dsystem-current.txt11748 field @Deprecated public static final String DELETED = "deleted";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23563 field public static final java.lang.String DELETED = "deleted";
24463 field public static final java.lang.String DELETED = "deleted";
24623 field public static final java.lang.String DELETED = "deleted";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57293 Landroid/util/LongSparseArray;->DELETED:Ljava/lang/Object;
57643 Landroid/util/SparseArray;->DELETED:Ljava/lang/Object;