HomeSort by relevance Sort by last modified time
    Searched defs:DELETED (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetMessageStatus.java 29 READ, DELETED;
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 40 Groups.DELETED,
51 public final static int DELETED = 8;
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Flag.java 21 public static final String DELETED = "deleted";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiUpdateListener.java 33 /** The XML counterpart for the UI node has just been deleted.
34 * Note that mandatory UI nodes are never actually deleted. */
35 DELETED
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 26 DELETED,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 47 RawContacts.DELETED,
51 int DELETED = 0;
ContactsProvider2.java 526 RawContacts.DELETED,
533 int DELETED = 0;
568 // Sql for updating MetadataSync.DELETED flag on multiple raw contacts.
572 + " SET " + MetadataSync.DELETED + "=1"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 50 enum { EMPTY = 0, FILLED, DELETED } state;
133 * Deleted or non-matching slots are not indicative of completion
175 entry->state = DELETED;
324 header->state == DELETED);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
FieldArray.java 44 private static final FieldData DELETED = new FieldData();
77 if (i < 0 || mData[i] == DELETED) {
90 if (i >= 0 && mData[i] != DELETED) {
91 mData[i] = DELETED;
105 if (val != DELETED) {
132 if (i < mSize && mData[i] == DELETED) {
279 // Trigger GC so we compact and don't copy DELETED elements.
  /external/smali/util/src/main/java/org/jf/util/
SparseArray.java 44 private static final Object DELETED = new Object();
80 if (i < 0 || mValues[i] == DELETED) {
94 if (mValues[i] != DELETED) {
95 mValues[i] = DELETED;
119 if (val != DELETED) {
148 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/base/core/java/android/util/
LongSparseArray.java 41 * as deleted. The entry can then be re-used for the same key, or compacted later in
53 private static final Object DELETED = new Object();
115 if (i < 0 || mValues[i] == DELETED) {
129 if (mValues[i] != DELETED) {
130 mValues[i] = DELETED;
147 if (mValues[index] != DELETED) {
148 mValues[index] = DELETED;
164 if (val != DELETED) {
194 if (i < mSize && mValues[i] == DELETED) {
SparseArray.java 41 * as deleted. The entry can then be re-used for the same key, or compacted later in
53 private static final Object DELETED = new Object();
115 if (i < 0 || mValues[i] == DELETED) {
129 if (mValues[i] != DELETED) {
130 mValues[i] = DELETED;
144 if (mValues[i] != DELETED) {
146 mValues[i] = DELETED;
168 if (mValues[index] != DELETED) {
169 mValues[index] = DELETED;
201 if (val != DELETED) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 29 * to it. When the array is compacted, not only deleted indices but also empty references
47 private static final WeakReference<?> DELETED = new WeakReference(DELETED_REF);
83 if (i < 0 || mValues[i] == DELETED || mValues[i].get() == null) {
97 if (mValues[i] != DELETED) {
98 mValues[i] = DELETED;
115 if (mValues[index] != DELETED) {
116 mValues[index] = DELETED;
130 // Don't keep any non DELETED values, but only the one that still have a valid
132 if (val != DELETED && val.get() != null) {
159 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null))
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseArray.java 43 private static final Object DELETED = new Object();
84 if (i < 0 || mValues[i] == DELETED) {
100 if (mValues[i] != DELETED) {
101 mValues[i] = DELETED;
126 if (val != DELETED) {
156 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/support/compat/java/android/support/v4/util/
LongSparseArray.java 38 * as deleted. The entry can then be re-used for the same key, or compacted later in
44 private static final Object DELETED = new Object();
107 if (i < 0 || mValues[i] == DELETED) {
121 if (mValues[i] != DELETED) {
122 mValues[i] = DELETED;
139 if (mValues[index] != DELETED) {
140 mValues[index] = DELETED;
156 if (val != DELETED) {
186 if (i < mSize && mValues[i] == DELETED) {
SparseArrayCompat.java 24 private static final Object DELETED = new Object();
87 if (i < 0 || mValues[i] == DELETED) {
101 if (mValues[i] != DELETED) {
102 mValues[i] = DELETED;
119 if (mValues[index] != DELETED) {
120 mValues[index] = DELETED;
149 if (val != DELETED) {
179 if (i < mSize && mValues[i] == DELETED) {
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 26 private static final Object DELETED = new Object();
89 if (i < 0 || mValues[i] == DELETED) {
103 if (mValues[i] != DELETED) {
104 mValues[i] = DELETED;
121 if (mValues[index] != DELETED) {
122 mValues[index] = DELETED;
159 if (val != DELETED) {
189 if (i < mSize && mValues[i] == DELETED) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailsQueryHelper.java 42 Voicemails.DELETED, // 3
49 public static final int DELETED = 3;
53 Voicemails.DIRTY + "=1 AND " + Voicemails.DELETED + "!=1 AND " + Voicemails.IS_READ + "=1";
54 static final String DELETED_SELECTION = Voicemails.DELETED + "=1";
77 * Get all the locally deleted voicemails that have not been synced to the server.
79 * @return A list of deleted voicemails.
132 * @return The number of voicemails deleted
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 194 * Value of {@link #STATE} when the voicemail has been marked as deleted.
294 * Currently, this is used to indicate that the voicemail was read or deleted.
301 * Flag used to indicate that the voicemail was deleted but not synced to the server.
302 * A deleted row should be ignored.
303 * The value will be 1 if deleted is true, 0 if false.
306 public static final String DELETED = "deleted";
309 * The date the row is last inserted, updated, or marked as deleted, in milliseconds
333 * deleted even if it no longer exist on the server. The value will be 1 if archived true, 0
401 * @return the number of voicemails deleted
    [all...]
CalendarContract.java 78 * delete them when their related events are deleted.</li>
277 * deleted.
285 * form being deleted if there are no matching accounts on the device.
312 * Whether the row has been deleted but not synced to the server. A
313 * deleted row should be ignored.
318 public static final String DELETED = "deleted";
325 * queries of the events table. It will also be deleted when the
571 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED);
632 * <dd>Calendars can be deleted either by the {@link #_ID} as an appended i
    [all...]
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 149 RawContacts.DELETED,
231 public static final int DELETED = 25;
644 cursorColumnToContentValues(cursor, cv, ContactQuery.DELETED);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 484 cursorColumnToContentValues(cursor, cv, ContactQuery.DELETED);
812 public static final int DELETED = 25;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 371 RawContacts.DELETED,
612 RawContacts.DELETED,
673 RawContacts.DELETED,
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 3021 milliseconds

1 2 3 4 5 6 7 8