HomeSort by relevance Sort by last modified time
    Searched defs:existingUri (Results 1 - 2 of 2) sorted by null

  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 245 Uri existingUri = FeedContract.Entry.CONTENT_URI.buildUpon()
251 Log.i(TAG, "Scheduling update: " + existingUri);
252 batch.add(ContentProviderOperation.newUpdate(existingUri)
259 Log.i(TAG, "No action: " + existingUri);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 245 Uri existingUri = FeedContract.Entry.CONTENT_URI.buildUpon()
251 Log.i(TAG, "Scheduling update: " + existingUri);
252 batch.add(ContentProviderOperation.newUpdate(existingUri)
259 Log.i(TAG, "No action: " + existingUri);

Completed in 199 milliseconds