Home | History | Annotate | Download | only in contacts

Lines Matching full:typeother

211         final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
224 assertContains(validTypes, typeOther);
233 assertContains(validTypes, typeOther);
243 assertNotContains(validTypes, typeOther);
256 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
265 RawContactModifier.insertChild(state, kindPhone, typeOther);
266 RawContactModifier.insertChild(state, kindPhone, typeOther);
286 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
306 RawContactModifier.insertChild(state, kindPhone, typeOther);
313 assertEquals("Unexpected suggestion", typeOther, suggested);