HomeSort by relevance Sort by last modified time
    Searched full:typeother (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java 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)
    [all...]

Completed in 1700 milliseconds