Searched refs:account1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncOperationTest.java50 mDummy = new Account("account1", "type1");
57 Account account1 = new Account("account1", "type1");
64 SyncOperation op1 = new SyncOperation(account1, 0,
72 SyncOperation op2 = new SyncOperation(account1, 0,
80 SyncOperation op3 = new SyncOperation(account1, 0,
96 SyncOperation op5 = new SyncOperation(account1, 0,
111 Account account1 = new Account("account1", "type1");
113 b1.putParcelable("acc", account1);
[all...]
H A DSyncStorageEngineTest.java46 protected Account account1; field in class:SyncStorageEngineTest
68 account1 = new Account("a@example.com", "example.type");
109 final Account account1 = new Account("a@example.com", "example.type");
116 engine.setIsSyncable(account1, 0, authority1, 1);
117 engine.setSyncAutomatically(account1, 0, authority1, true);
122 engine.setIsSyncable(account1, 0, authority2, 1);
123 engine.setSyncAutomatically(account1, 0, authority2, false);
131 assertEquals(true, engine.getSyncAutomatically(account1, 0, authority1));
133 assertEquals(false, engine.getSyncAutomatically(account1, 0, authority2));
136 assertEquals(1, engine.getIsSyncable(account1,
[all...]

Completed in 4366 milliseconds