SyncStorageEngineTest.java | 131 final Bundle extras2 = new Bundle(); local 132 extras2.putString("a", "2"); 137 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1); 138 PeriodicSync sync3 = new PeriodicSync(account1, authority, extras2, period2); 139 PeriodicSync sync4 = new PeriodicSync(account2, authority, extras2, period2); 187 final Bundle extras2 = new Bundle(); local 188 extras2.putString("a", "2"); 195 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1, flex1); 196 PeriodicSync sync3 = new PeriodicSync(account1, authority, extras2, period2, flex2); 197 PeriodicSync sync4 = new PeriodicSync(account2, authority, extras2, period2, flex2) 254 final Bundle extras2 = new Bundle(); local [all...] |