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

  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 49 private static final int PHONE_LABEL_COLUMN_INDEX = 2;
103 final String customLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 71 private static final int PHONE_LABEL_COLUMN_INDEX = 4;
227 mPhoneLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX);

Completed in 104 milliseconds