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;
106 final String customLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 79 private static final int PHONE_LABEL_COLUMN_INDEX = 4;
238 mPhoneLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX);

Completed in 2142 milliseconds