HomeSort by relevance Sort by last modified time
    Searched refs:SyncService (Results 1 - 7 of 7) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java 27 public class SyncService extends Service {
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
SyncService.java 31 * <p>Note: The SyncService itself is not notified when a new sync occurs. It's role is to
35 public class SyncService extends Service {
36 private static final String TAG = "SyncService";
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/src/com/example/android/network/sync/basicsyncadapter/
SyncAdapterTest.java 20 public class SyncAdapterTest extends ServiceTestCase<SyncService> {
22 super(SyncService.class);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 29 import com.android.ddmlib.SyncService;
30 import com.android.ddmlib.SyncService.ISyncProgressMonitor;
168 final SyncService sync = client.getDevice().getSyncService();
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 233 milliseconds