Home | History | Annotate | Download | only in accounts

Lines Matching refs:accountType1

339         Account[] accountType1 = new Account[2];
340 accountType1[0] = new Account("Account11", "com.acct1");
341 accountType1[1] = new Account("Account12", "com.acct1");
343 .thenReturn(accountType1);
372 final Account[] accountType1 = new Account[2];
373 accountType1[0] = new Account("Account1", "com.acct1");
374 accountType1[1] = new Account("Account2", "com.acct1");
379 allAccounts[0] = accountType1[0];
380 allAccounts[1] = accountType1[1];
392 .thenReturn(accountType1);
418 Account[] accountType1 = new Account[2];
419 accountType1[0] = new Account("Acct11", "com.acct1");
420 accountType1[1] = new Account("Acct12", "com.acct1");
422 .thenReturn(accountType1);
453 Account[] accountType1 = new Account[2];
454 accountType1[0] = new Account("Acct11", "com.acct1");
455 accountType1[1] = new Account("Acct12", "com.acct1");
457 .thenReturn(accountType1);
473 accountType1 = new Account[3];
474 accountType1[0] = new Account("Acct11", "com.acct1");
475 accountType1[1] = new Account("Acct12", "com.acct1");
476 accountType1[2] = new Account("Acct13", "com.acct1");
478 .thenReturn(accountType1);
533 Account[] accountType1 = new Account[2];
534 accountType1[0] = new Account("Acct11", "com.acct1");
535 accountType1[1] = new Account("Acct12", "com.acct1");
537 .thenReturn(accountType1);
553 accountType1 = new Account[1];
554 accountType1[0] = new Account("Acct11", "com.acct1");
556 .thenReturn(accountType1);