Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DSparseArray.java57 private static final Object DELETED = new Object(); field in SparseArray
122 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()
DLongSparseArray.java53 private static final Object DELETED = new Object(); field in LongSparseArray
115 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()
/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()
159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { in put()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DFieldArray.java44 private static final FieldData DELETED = new FieldData(); field in FieldArray
77 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()
/frameworks/base/core/java/android/provider/
DCalendarContract.java395 public static final String DELETED = "deleted"; field
648 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
847 DELETED,
1521 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
DVoicemailContract.java344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
DContactsContract.java2426 public static final String DELETED = "deleted"; field
3109 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
7790 public static final String DELETED = "deleted"; field
7983 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DELETED); in getEntityAndIncrementCursor()
9551 public static final String DELETED = "deleted"; field
/frameworks/base/cmds/statsd/src/
Datoms.proto2652 DELETED = 2; enumerator
/frameworks/base/api/
Dsystem-current.txt5796 field public static final String DELETED = "deleted";
Dcurrent.txt36819 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";
/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/config/
Dhiddenapi-greylist-max-o.txt77119 Landroid/util/LongSparseArray;->DELETED:Ljava/lang/Object;
77501 Landroid/util/SparseArray;->DELETED:Ljava/lang/Object;