Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:label

114             // TODO: handle type != 0,1,2, and use LABEL
115 Phone.LABEL,
130 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL);
157 + " label=" + labelAtCursor
185 String label = labelAtCursor.toLowerCase();
186 if (label.contains("home") || label.contains("house")) {
189 else if (label.contains("mobile") || label.contains("cell")) {
192 else if (label.contains("work") || label.contains("office")) {
195 else if (label.contains("other")) {