Home | History | Annotate | Download | only in contacts

Lines Matching refs:getAsInteger

982         assertEquals(Event.TYPE_BIRTHDAY, outputValues.getAsInteger(Event.TYPE).intValue());
1014 assertEquals(Event.TYPE_BIRTHDAY, outputValues.getAsInteger(Event.TYPE).intValue());
1054 assertEquals(Email.TYPE_CUSTOM, outputValues.getAsInteger(Email.TYPE).intValue());
1059 assertEquals(Email.TYPE_HOME, outputValues.getAsInteger(Email.TYPE).intValue());
1063 assertEquals(Email.TYPE_WORK, outputValues.getAsInteger(Email.TYPE).intValue());
1112 assertNotNull(kind.defaultValues.getAsInteger(Im.TYPE));
1114 int defaultType = kind.defaultValues.getAsInteger(Im.TYPE);
1118 assertEquals(defaultType, outputValues.getAsInteger(Im.TYPE).intValue());
1119 assertEquals(Im.PROTOCOL_JABBER, outputValues.getAsInteger(Im.PROTOCOL).intValue());
1123 assertEquals(defaultType, outputValues.getAsInteger(Im.TYPE).intValue());
1124 assertEquals(Im.PROTOCOL_YAHOO, outputValues.getAsInteger(Im.PROTOCOL).intValue());
1128 assertEquals(defaultType, outputValues.getAsInteger(Im.TYPE).intValue());
1129 assertEquals(Im.PROTOCOL_CUSTOM, outputValues.getAsInteger(Im.PROTOCOL).intValue());
1198 assertEquals(Phone.TYPE_HOME, outputValues.getAsInteger(Phone.TYPE).intValue());
1201 assertEquals(Phone.TYPE_WORK, outputValues.getAsInteger(Phone.TYPE).intValue());
1204 assertEquals(defaultType, outputValues.getAsInteger(Phone.TYPE).intValue());
1205 assertNull(outputValues.getAsInteger(Phone.LABEL));
1208 assertEquals(Phone.TYPE_WORK, outputValues.getAsInteger(Phone.TYPE).intValue());