Searched refs:DELETED (Results 1 – 12 of 12) sorted by relevance
57 private static final Object DELETED = new Object(); field in SparseArray122 if (i < 0 || mValues[i] == DELETED) { in get()136 if (mValues[i] != DELETED) { in delete()137 mValues[i] = DELETED; in delete()151 if (mValues[i] != DELETED) { in removeReturnOld()153 mValues[i] = DELETED; in removeReturnOld()182 if (mValues[index] != DELETED) { in removeAt()183 mValues[index] = DELETED; in removeAt()215 if (val != DELETED) { in gc()245 if (i < mSize && mValues[i] == DELETED) { in put()
53 private static final Object DELETED = new Object(); field in LongSparseArray115 if (i < 0 || mValues[i] == DELETED) { in get()129 if (mValues[i] != DELETED) { in delete()130 mValues[i] = DELETED; in delete()157 if (mValues[index] != DELETED) { in removeAt()158 mValues[index] = DELETED; in removeAt()174 if (val != DELETED) { in gc()204 if (i < mSize && mValues[i] == DELETED) { in put()
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()
44 private static final FieldData DELETED = new FieldData(); field in FieldArray77 if (i < 0 || mData[i] == DELETED) { in get()90 if (i >= 0 && mData[i] != DELETED) { in remove()91 mData[i] = DELETED; in remove()105 if (val != DELETED) { in gc()132 if (i < mSize && mData[i] == DELETED) { in put()
395 public static final String DELETED = "deleted"; field648 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()847 DELETED,1521 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
2426 public static final String DELETED = "deleted"; field3109 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()7790 public static final String DELETED = "deleted"; field7983 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DELETED); in getEntityAndIncrementCursor()9551 public static final String DELETED = "deleted"; field
2652 DELETED = 2; enumerator
5796 field public static final String DELETED = "deleted";
36819 field public static final String DELETED = "deleted";37764 field public static final String DELETED = "deleted";37945 field public static final String DELETED = "deleted";39413 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";
77119 Landroid/util/LongSparseArray;->DELETED:Ljava/lang/Object;77501 Landroid/util/SparseArray;->DELETED:Ljava/lang/Object;