HomeSort by relevance Sort by last modified time
    Searched full:extras2 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
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...]

Completed in 36 milliseconds