Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DSparseArray.java53 private static final Object DELETED = new Object(); field in SparseArray
115 if (i < 0 || mValues[i] == DELETED) { in get()
129 if (mValues[i] != DELETED) { in delete()
130 mValues[i] = DELETED; in delete()
144 if (mValues[i] != DELETED) { in removeReturnOld()
146 mValues[i] = DELETED; in removeReturnOld()
168 if (mValues[index] != DELETED) { in removeAt()
169 mValues[index] = DELETED; in removeAt()
201 if (val != DELETED) { in gc()
231 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()
147 if (mValues[index] != DELETED) { in removeAt()
148 mValues[index] = DELETED; in removeAt()
164 if (val != DELETED) { in gc()
194 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/support/compat/java/android/support/v4/util/
DLongSparseArray.java44 private static final Object DELETED = new Object(); field in LongSparseArray
107 if (i < 0 || mValues[i] == DELETED) { in get()
121 if (mValues[i] != DELETED) { in delete()
122 mValues[i] = DELETED; in delete()
139 if (mValues[index] != DELETED) { in removeAt()
140 mValues[index] = DELETED; in removeAt()
156 if (val != DELETED) { in gc()
186 if (i < mSize && mValues[i] == DELETED) { in put()
DSparseArrayCompat.java24 private static final Object DELETED = new Object(); field in SparseArrayCompat
87 if (i < 0 || mValues[i] == DELETED) { in get()
101 if (mValues[i] != DELETED) { in delete()
102 mValues[i] = DELETED; in delete()
119 if (mValues[index] != DELETED) { in removeAt()
120 mValues[index] = DELETED; in removeAt()
149 if (val != DELETED) { in gc()
179 if (i < mSize && mValues[i] == DELETED) { in put()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DPositionMap.java26 private static final Object DELETED = new Object(); field in PositionMap
89 if (i < 0 || mValues[i] == DELETED) { in get()
103 if (mValues[i] != DELETED) { in delete()
104 mValues[i] = DELETED; in delete()
121 if (mValues[index] != DELETED) { in removeAt()
122 mValues[index] = DELETED; in removeAt()
159 if (val != DELETED) { in gc()
189 if (i < mSize && mValues[i] == DELETED) { in put()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestSetMessageStatus.java29 READ, DELETED; enumConstant
DBluetoothMasClient.java1037 StatusIndicator.DELETED, deleted); in setMessageDeletedStatus()
/frameworks/base/core/java/android/provider/
DCalendarContract.java318 public static final String DELETED = "deleted"; field
571 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
735 DELETED,
1409 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
DVoicemailContract.java306 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
DContactsContract.java2401 public static final String DELETED = "deleted"; field
3105 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor()
7699 public static final String DELETED = "deleted"; field
7892 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DELETED); in getEntityAndIncrementCursor()
9452 public static final String DELETED = "deleted"; field
/frameworks/base/api/
Dsystem-current.txt36009 field public static final java.lang.String DELETED = "deleted";
36940 field public static final java.lang.String DELETED = "deleted";
37020 field public static final java.lang.String DELETED = "deleted";
37151 field public static final java.lang.String DELETED = "deleted";
38652 field public static final java.lang.String DELETED = "deleted";
Dcurrent.txt33091 field public static final java.lang.String DELETED = "deleted";
34022 field public static final java.lang.String DELETED = "deleted";
34203 field public static final java.lang.String DELETED = "deleted";
35575 field public static final java.lang.String DELETED = "deleted";
Dtest-current.txt33280 field public static final java.lang.String DELETED = "deleted";
34211 field public static final java.lang.String DELETED = "deleted";
34392 field public static final java.lang.String DELETED = "deleted";
35772 field public static final java.lang.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";