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

  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java 209 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
217 RawContactModifier.insertChild(state, kindPhone, typeHome);
222 assertContains(validTypes, typeHome);
227 RawContactModifier.insertChild(state, kindPhone, typeHome);
231 assertNotContains(validTypes, typeHome);
236 RawContactModifier.insertChild(state, kindPhone, typeHome);
237 RawContactModifier.insertChild(state, kindPhone, typeHome);
241 assertNotContains(validTypes, typeHome);
254 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
260 RawContactModifier.insertChild(state, kindPhone, typeHome);
    [all...]

Completed in 121 milliseconds