/frameworks/base/core/java/android/util/ |
D | SparseArray.java | 57 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()
|
D | LongSparseArray.java | 53 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/ |
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() 159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) { in put()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothMapClient.java | 113 public static final int DELETED = 3; field in BluetoothMapClient 466 (status == READ || status == UNREAD || status == UNDELETED || status == DELETED)) { in setMessageStatus()
|
/frameworks/base/core/java/android/provider/ |
D | CalendarContract.java | 395 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()
|
D | VoicemailContract.java | 344 public static final String DELETED = "deleted"; field in VoicemailContract.Voicemails
|
D | ContactsContract.java | 2427 public static final String DELETED = "deleted"; field 3110 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DELETED); in getEntityAndIncrementCursor() 7797 public static final String DELETED = "deleted"; field 7990 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DELETED); in getEntityAndIncrementCursor() 9557 public static final String DELETED = "deleted"; field
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 384 mTestUtils.mceSetMessageStatus(mAdapter, device, BluetoothMapClient.DELETED); in testMceSetMessageStatus()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2934 DELETED = 2; enumerator
|
/frameworks/base/api/ |
D | system-current.txt | 6542 field public static final String DELETED = "deleted";
|
D | current.txt | 37263 field public static final String DELETED = "deleted"; 38210 field public static final String DELETED = "deleted"; 38391 field public static final String DELETED = "deleted"; 39861 field public static final String DELETED = "deleted";
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6440 field public static final String DELETED = "deleted";
|
D | current.txt | 37119 field public static final String DELETED = "deleted"; 38066 field public static final String DELETED = "deleted"; 38247 field public static final String DELETED = "deleted"; 39717 field 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/config/ |
D | hiddenapi-greylist-max-o.txt | 71959 Landroid/util/LongSparseArray;->DELETED:Ljava/lang/Object; 72309 Landroid/util/SparseArray;->DELETED:Ljava/lang/Object;
|