Searched refs:DELETED (Results 1 – 11 of 11) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | SparseWeakArray.java | 47 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/ |
D | SparseArray.java | 59 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()
|
D | LongSparseArray.java | 60 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/ |
D | VoicemailContract.java | 344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
|
D | CalendarContract.java | 397 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()
|
D | ContactsContract.java | 2498 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/ |
D | atoms.proto | 4932 DELETED = 2; enumerator
|
/frameworks/base/core/api/ |
D | current.txt | 35716 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";
|
D | system-current.txt | 11748 field @Deprecated public static final String DELETED = "deleted";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 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";
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 57293 Landroid/util/LongSparseArray;->DELETED:Ljava/lang/Object; 57643 Landroid/util/SparseArray;->DELETED:Ljava/lang/Object;
|