Searched defs:superPrimary (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java249 boolean superPrimary) {
256 if (superPrimary) {
273 boolean superPrimary) {
274 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME);
283 boolean superPrimary, int type) {
292 if (superPrimary) {
309 boolean superPrimary) {
310 return insertEmail(rawContactId, email, primary, superPrimary, Email.TYPE_HOME, null);
319 boolean superPrimary, int type, String label) {
329 if (superPrimary) {
248 insertOrganization(long rawContactId, ContentValues values, boolean primary, boolean superPrimary) argument
272 insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, boolean superPrimary) argument
282 insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, boolean superPrimary, int type) argument
308 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary) argument
318 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary, int type, String label) argument
[all...]

Completed in 42 milliseconds