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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java48 protected Account account1; field in class:SyncStorageEngineTest
70 account1 = new Account("a@example.com", "example.type");
114 SyncOperation sop = new SyncOperation(account1,
142 SyncOperation sop = new SyncOperation(account1,
215 final Account account1 = new Account("a@example.com", "example.type");
225 PeriodicSync sync1 = new PeriodicSync(account1, authority, extras1, period1);
226 EndPoint end1 = new EndPoint(account1, authority, 0);
228 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1);
229 PeriodicSync sync3 = new PeriodicSync(account1, authority, extras2, period2);
234 removePeriodicSyncs(engine, account1,
[all...]
H A DSyncOperationTest.java49 mDummy = new Account("account1", "type1");
56 Account account1 = new Account("account1", "type1");
63 SyncOperation op1 = new SyncOperation(account1, 0,
75 SyncOperation op2 = new SyncOperation(account1, 0,
87 SyncOperation op3 = new SyncOperation(account1, 0,
111 SyncOperation op5 = new SyncOperation(account1, 0,

Completed in 59 milliseconds