| /packages/apps/Contacts/src/com/android/contacts/ |
| GroupMetaDataLoader.java | 38 Groups.DELETED, 49 public final static int DELETED = 8;
|
| ContactLoader.java | 519 RawContacts.DELETED, 591 public final static int DELETED = 26; [all...] |
| /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/Email/emailcommon/src/com/android/emailcommon/mail/ |
| Flag.java | 26 DELETED,
|
| /external/webkit/Source/WebCore/platform/graphics/wx/ |
| FontPlatformData.h | 81 enum FontState { UNINITIALIZED, DELETED, VALID }; 84 : m_fontState(DELETED) 122 case DELETED: 146 bool isHashTableDeletedValue() const { return m_fontState == DELETED; }
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| DataRowHandlerForGroupMembership.java | 47 RawContacts.DELETED, 53 int DELETED = 0;
|
| LegacyContactImporter.java | 207 // Deleted contacts should be inserted after everything else, because [all...] |
| ContactsProvider2.java | 454 RawContacts.DELETED, 460 int DELETED = 0; [all...] |
| /frameworks/base/core/java/android/util/ |
| SparseArray.java | 27 private static final Object DELETED = new Object(); 84 if (i < 0 || mValues[i] == DELETED) { 98 if (mValues[i] != DELETED) { 99 mValues[i] = DELETED; 116 if (mValues[index] != DELETED) { 117 mValues[index] = DELETED; 133 if (val != DELETED) { 163 if (i < mSize && mValues[i] == DELETED) {
|
| LongSparseArray.java | 29 private static final Object DELETED = new Object(); 89 if (i < 0 || mValues[i] == DELETED) { 103 if (mValues[i] != DELETED) { 104 mValues[i] = DELETED; 128 if (val != DELETED) { 157 if (i < mSize && mValues[i] == DELETED) {
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
| SparseArray.java | 26 private static final Object DELETED = new Object(); 65 if (i < 0 || mValues[i] == DELETED) { 79 if (mValues[i] != DELETED) { 80 mValues[i] = DELETED; 104 if (val != DELETED) { 133 if (i < mSize && mValues[i] == DELETED) {
|
| /external/chromium/net/disk_cache/ |
| rankings.h | 59 DELETED, // List of recently deleted or doomed entries. 64 // Rankings whenever a CacheRankingsBlock is deleted, to keep track of cache
|
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
| SparseWeakArray.java | 28 * to it. When the array is compacted, not only deleted indices but also empty references 45 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) { 171 if (i < mSize && (mValues[i] == DELETED || mValues[i].get() == null)) [all...] |
| /frameworks/support/v4/java/android/support/v4/app/ |
| HCSparseArray.java | 24 private static final Object DELETED = new Object(); 62 if (i < 0 || mValues[i] == DELETED) { 76 if (mValues[i] != DELETED) { 77 mValues[i] = DELETED; 94 if (mValues[index] != DELETED) { 95 mValues[index] = DELETED; 111 if (val != DELETED) { 140 if (i < mSize && mValues[i] == DELETED) {
|
| /external/chromium/chrome/browser/sync/engine/ |
| syncer_unittest.cc | 260 DELETED, 316 case DELETED: 734 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}}, 742 {-1, ids_.FromNumber(-1000), ids_.FromNumber(0), {DELETED}}, 750 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED}}, 759 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, 767 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, 768 {-1, ids_.FromNumber(1001), ids_.FromNumber(1000), {DELETED, OLD_MTIME}}, 777 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}}, 778 {1, ids_.FromNumber(1001), ids_.FromNumber(0), {DELETED, OLD_MTIME}} [all...] |
| /frameworks/base/core/java/android/provider/ |
| CalendarContract.java | 77 * delete them when their related events are deleted.</li> 242 * deleted. 250 * form being deleted if there are no matching accounts on the device. 270 * Whether the row has been deleted but not synced to the server. A 271 * deleted row should be ignored. 276 public static final String DELETED = "deleted"; 283 * queries of the events table. It will also be deleted when the 519 DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, DELETED); 580 * <dd>Calendars can be deleted either by the {@link #_ID} as an appended i [all...] |
| ContactsContract.java | [all...] |
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| ContactsProvider2Test.java | 180 RawContacts.DELETED, 393 RawContacts.DELETED, 446 RawContacts.DELETED, 519 Groups.DELETED, 547 Groups.DELETED, 625 values.put(RawContacts.DELETED, 1); [all...] |
| /development/samples/training/multiscreen/newsreader/libs/ |
| android-support-v4.jar | |
| /prebuilt/sdk/14/ |
| android.jar | |
| /prebuilt/sdk/10/ |
| android.jar | |
| /prebuilt/sdk/11/ |
| android.jar | |
| /prebuilt/sdk/12/ |
| android.jar | |
| /prebuilt/sdk/13/ |
| android.jar | |
| /prebuilt/sdk/5/ |
| android.jar | |