Searched refs:DELETED (Results 1 – 11 of 11) sorted by relevance
47 private static final WeakReference<?> DELETED = new WeakReference(DELETED_REF); field in SparseWeakArray83 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()159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { in put()
57 private static final Object DELETED = new Object(); field in SparseArray133 if (i < 0 || mValues[i] == DELETED) { in get()147 if (mValues[i] != DELETED) { in delete()148 mValues[i] = DELETED; in delete()162 if (mValues[i] != DELETED) { in removeReturnOld()164 mValues[i] = DELETED; in removeReturnOld()193 if (mValues[index] != DELETED) { in removeAt()194 mValues[index] = DELETED; in removeAt()226 if (val != DELETED) { in gc()256 if (i < mSize && mValues[i] == DELETED) { in put()
61 private static final Object DELETED = new Object(); field in LongSparseArray123 if (i < 0 || mValues[i] == DELETED) { in get()137 if (mValues[i] != DELETED) { in delete()138 mValues[i] = DELETED; in delete()156 if (mValues[i] != DELETED && filter.test(mKeys[i], (E) mValues[i])) { in removeIf()157 mValues[i] = DELETED; in removeIf()177 if (mValues[index] != DELETED) { in removeAt()178 mValues[index] = DELETED; in removeAt()194 if (val != DELETED) { in gc()224 if (i < mSize && mValues[i] == DELETED) { in put()
344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
395 public static final String DELETED = "deleted"; field648 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()846 DELETED,1520 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
3326 DELETED = 2; enumerator
7815 field @Deprecated public static final String DELETED = "deleted";
8924 field @Deprecated public static final String DELETED = "deleted";
38614 field public static final String DELETED = "deleted";39561 field public static final String DELETED = "deleted";39744 field public static final String DELETED = "deleted";41293 field public static final String DELETED = "deleted";
23563 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";