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/
EntityModifierTests.java 220 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
233 assertContains(validTypes, typeOther);
242 assertContains(validTypes, typeOther);
252 assertNotContains(validTypes, typeOther);
265 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
274 EntityModifier.insertChild(state, kindPhone, typeOther);
275 EntityModifier.insertChild(state, kindPhone, typeOther);
295 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
315 EntityModifier.insertChild(state, kindPhone, typeOther);
322 assertEquals("Unexpected suggestion", typeOther, suggested)
    [all...]

Completed in 35 milliseconds