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

  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 32 * @param syncContext the ISyncContext used to indicate the progress of the sync. When
38 void startSync(ISyncContext syncContext, String authority,
44 * @param syncContext the ISyncContext that was passed to {@link #startSync}
46 void cancelSync(ISyncContext syncContext);
AbstractThreadedSyncAdapter.java 150 public void startSync(ISyncContext syncContext, String authority, Account account,
152 final SyncContext syncContextClient = new SyncContext(syncContext);
180 // do this outside since we don't want to call back into the syncContext while
187 public void cancelSync(ISyncContext syncContext) {
193 if (current.mSyncContext.getSyncContextBinder() == syncContext.asBinder()) {
221 private final SyncContext mSyncContext;
227 private SyncThread(String name, SyncContext syncContext, String authority
    [all...]
SyncContext.java 23 public class SyncContext {
32 public SyncContext(ISyncContext syncContextInterface) {
  /cts/tests/src/android/content/cts/
MockSyncAdapter.java 79 public void startSync(ISyncContext syncContext, String authority, Account account,
101 public void cancelSync(ISyncContext syncContext) throws RemoteException {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 83 void syncContext(cairo_t* cr);
98 void syncContext(cairo_t* cr) {}
GraphicsContextCairo.cpp 213 m_data->syncContext(platformContext->cr());
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
pkg_android.content.html 133 <A NAME="SyncContext"></A>
134 <nobr><A HREF="../../../../reference/android/content/SyncContext.html" target="_top"><code>SyncContext</code></A></nobr>
classes_index_additions.html 316 <A HREF="pkg_android.content.html#SyncContext" class="hiddenlink" target="rightframe"><b>SyncContext</b></A><br>
classes_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 156 void GraphicsContextPlatformPrivate::syncContext(cairo_t* cr)
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 75 NO DOC BLOCK: android.content.SyncContext Class
    [all...]
user_comments_for_4_to_5.xml 1099 <identifier id="android.content.SyncContext"/>
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /frameworks/base/
preloaded-classes 272 android.content.SyncContext
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2009-06-16     [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]

Completed in 1176 milliseconds