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 212 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
225 assertContains(validTypes, typeOther);
234 assertContains(validTypes, typeOther);
244 assertNotContains(validTypes, typeOther);
257 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
266 EntityModifier.insertChild(state, kindPhone, typeOther);
267 EntityModifier.insertChild(state, kindPhone, typeOther);
287 final EditType typeOther = EntityModifier.getType(kindPhone, Phone.TYPE_OTHER);
307 EntityModifier.insertChild(state, kindPhone, typeOther);
314 assertEquals("Unexpected suggestion", typeOther, suggested)
    [all...]

Completed in 111 milliseconds