Searched refs:PHONE_LABEL (Results 1 – 10 of 10) sorted by relevance
60 private static final String PHONE_LABEL = "phone_label"; field in SpeedDialEntryDatabaseHelper84 + (PHONE_LABEL + " text, ")252 values.put(PHONE_LABEL, entry.defaultChannel().label()); in buildContentValues()
99 .setPhoneLabel(cursor.getString(Projections.PHONE_LABEL)) in fromCursor()117 row[Projections.PHONE_LABEL] = phoneLabel(); in toCursorRow()
156 String numberLabel = cursor.getString(Projections.PHONE_LABEL); in getLabel()286 cursor.getString(Projections.PHONE_LABEL)) in getDialerContact()
64 public static final int PHONE_LABEL = 2; field in MultiSelectPhoneNumbersListAdapter.PhoneQuery179 final String customLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber()
145 public static final int PHONE_LABEL = 2; field in PhoneNumberListAdapter.PhoneQuery471 final String customLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber()482 final String phoneLabel = cursor.getString(PhoneQuery.PHONE_LABEL); in bindPhoneNumber()
27 public static final int PHONE_LABEL = 2; field in Projections
67 String address = cursor.getString(Projections.PHONE_LABEL); in bind()
123 String numberLabel = cursor.getString(Projections.PHONE_LABEL); in getLabel()
217 public static final int PHONE_LABEL = 2; field in SmartDialCursorLoader.PhoneQuery
1099 int PHONE_LABEL = 2; field