Home | History | Annotate | Download | only in contacts

Lines Matching defs:accountType

3074         String accountType = "accountType";
3076 Account account = new Account(accountName, accountType);
3077 createAccount(accountName, accountType, null);
3083 " \"custom_account_type\": " + accountType + ",\n" +
3097 insertedValues.put(MetadataSync.ACCOUNT_TYPE, accountType);
3111 assertStoredValue(rawContactUri, RawContacts.ACCOUNT_TYPE, accountType);
3130 String accountType = "accountType";
3132 Account account = new Account(accountName, accountType);
3133 createAccount(accountName, accountType, null);
3139 " \"custom_account_type\": " + accountType + ",\n" +
3153 insertedValues.put(MetadataSync.ACCOUNT_TYPE, accountType);
3166 assertStoredValue(rawContactUri, RawContacts.ACCOUNT_TYPE, accountType);
3178 assertStoredValue(rawContactUri, RawContacts.ACCOUNT_TYPE, accountType);
3199 String accountType = "accountType";
3201 Account account = new Account(accountName, accountType);
3202 createAccount(accountName, accountType, null);
3213 " \"custom_account_type\": " + accountType + ",\n" +
3227 insertedValues.put(MetadataSync.ACCOUNT_TYPE, accountType);
3251 insertedValues2.put(MetadataSync.ACCOUNT_TYPE, accountType);
6947 String accountType, String accountName, String backupId) {
6951 " \"custom_account_type\": " + accountType + ",\n" +