HomeSort by relevance Sort by last modified time
    Searched refs:STARRED (Results 1 - 17 of 17) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 37 Contacts.STARRED, // 2
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 338 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
345 "_id", NAME_SQL, "notes", "times_contacted", "last_time_contacted", "starred",
352 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
359 "_id", "name", "notes", "times_contacted", "last_time_contacted", "starred",
370 static int STARRED = 5;
395 RawContacts.STARRED + "," +
412 int STARRED = 7;
429 Contacts.STARRED + "," +
439 int STARRED = 5;
548 insert.bindLong(RawContactsInsert.STARRED,
    [all...]
ContactAggregator.java 266 + Contacts.STARRED + "=(SELECT (CASE WHEN COUNT(" + RawContacts.STARRED
269 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?");
    [all...]
ContactsProvider2.java 165 private static final String STREQUENT_ORDER_BY = Contacts.STARRED + " DESC, "
170 + Contacts.STARRED + "=1) + 25";
356 /** Used for pushing starred contacts to the top of a times contacted list **/
524 sContactsProjectionMap.put(Contacts.STARRED, Contacts.STARRED);
604 sRawContactsProjectionMap.put(RawContacts.STARRED, RawContacts.STARRED);
    [all...]
LegacyApiSupport.java 373 peopleProjectionMap.put(People.STARRED, People.STARRED);
574 Tables.RAW_CONTACTS + "." + RawContacts.STARRED
575 + " AS " + People.STARRED + ", " +
    [all...]
ContactsDatabaseHelper.java 234 public static final String CONCRETE_STARRED = Tables.CONTACTS + "." + Contacts.STARRED;
267 Tables.RAW_CONTACTS + "." + RawContacts.STARRED;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 103 Contacts.STARRED,
117 int STARRED = 5;
349 * Manually set the starred state of this header widget. This doesn't change
352 public void setStared(boolean starred) {
353 mStarredView.setChecked(starred);
545 final boolean starred = c.getInt(ContactQuery.STARRED) != 0;
546 mStarredView.setChecked(starred);
634 // Toggle "starred" state
638 values.put(Contacts.STARRED, mStarredView.isChecked())
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 95 values.put(RawContacts.STARRED, 1);
157 values.put(RawContacts.STARRED, 1);
181 values.put(Contacts.STARRED, 1);
291 values.put(RawContacts.STARRED, 1);
314 values.put(Contacts.STARRED, 1);
    [all...]
LegacyContactImporterTest.java 172 Contacts.STARRED,
LegacyContactsProviderTest.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 227 /** Show all starred contacts */
231 /** Show starred and the frequent */
297 Contacts.STARRED, // 4
310 Contacts.STARRED, // 4
324 Contacts.STARRED, // 4
341 People.STARRED, // 4
3294 int starred = cursor.getInt(SUMMARY_STARRED_COLUMN_INDEX); local
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 330 * Is the contact starred?
333 public static final String STARRED = "starred";
664 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
773 * <td>{@link #STARRED}</td>
777 * if any constituent raw contacts are starred, then this field is set to
    [all...]
Contacts.java 320 * Is the contact starred?
325 public static final String STARRED = "starred";
844 public static final String GROUP_ANDROID_STARRED = "Starred in Android";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 78 People.LAST_TIME_CONTACTED, People.STARRED,
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 386 milliseconds