Searched refs:STATUS_LABEL (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java82 mLabelRes = getInt(cursor, Data.STATUS_LABEL, -1);
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DDataStatus.java80 mLabelRes = getInt(cursor, Data.STATUS_LABEL, -1);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java52 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP, Data.PRESENCE,
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java179 Data.STATUS_LABEL,
251 public static final int STATUS_LABEL = 59; field in class:ContactLoader.ContactQuery
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java322 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java591 String CONCRETE_STATUS_LABEL = Tables.STATUS_UPDATES + "." + StatusUpdates.STATUS_LABEL;
604 String CONCRETE_STATUS_LABEL = ALIAS + "." + StatusUpdates.STATUS_LABEL;
1316 StatusUpdates.STATUS_LABEL + " INTEGER, " +
5081 + StatusUpdates.STATUS_LABEL + ")" +
5102 + StatusUpdates.STATUS_LABEL + ")" +
5135 + StatusUpdates.STATUS_LABEL + "=?" +
H A DContactsProvider2.java711 .add(Data.STATUS_LABEL, StatusUpdatesColumns.CONCRETE_STATUS_LABEL)
1029 .add(StatusUpdates.STATUS_LABEL)
3295 Integer labelResourceId = values.getAsInteger(StatusUpdates.STATUS_LABEL);
4147 ContactsDatabaseHelper.copyStringValue(mValues, StatusUpdates.STATUS_LABEL, values,
4148 StatusUpdates.STATUS_LABEL);
7305 StatusUpdates.STATUS_LABEL,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java362 Data.STATUS_LABEL,
447 Data.STATUS_LABEL,
527 Data.STATUS_LABEL,
747 StatusUpdates.STATUS_LABEL,
4059 values.put(StatusUpdates.STATUS_LABEL, 2345);
4084 values.put(StatusUpdates.STATUS_LABEL, 5432);
4112 values.put(StatusUpdates.STATUS_LABEL, com.android.internal.R.string.imProtocolAim);

Completed in 100 milliseconds