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()
159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { in put()
/frameworks/base/core/java/android/util/
DSparseArray.java57 private static final Object DELETED = new Object(); field in SparseArray
133 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()
DLongSparseArray.java61 private static final Object DELETED = new Object(); field in LongSparseArray
123 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()
/frameworks/base/core/java/android/provider/
DVoicemailContract.java344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
DCalendarContract.java395 public static final String DELETED = "deleted"; field
648 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
846 DELETED,
1520 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/cmds/statsd/src/
Datoms.proto3326 DELETED = 2; enumerator
/frameworks/base/non-updatable-api/
Dsystem-current.txt7815 field @Deprecated public static final String DELETED = "deleted";
/frameworks/base/api/
Dsystem-current.txt8924 field @Deprecated public static final String DELETED = "deleted";
Dcurrent.txt38614 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";
/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";