Lines Matching refs:label
120 // TODO: handle type != 0,1,2, and use LABEL
121 Phone.LABEL,
138 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL);
166 + " label=" + labelAtCursor
195 String label = labelAtCursor.toLowerCase();
196 if (label.contains("home") || label.contains("house")) {
199 else if (label.contains("mobile") || label.contains("cell")) {
202 else if (label.contains("work") || label.contains("office")) {
205 else if (label.contains("other")) {