Searched refs:ISyncAdapter (Results 1 – 7 of 7) sorted by relevance
28 oneway interface ISyncAdapter { interface
173 private class ISyncAdapterImpl extends ISyncAdapter.Stub {
98 Landroid/content/ISyncAdapter$Stub$Proxy;-><init>(Landroid/os/IBinder;)V99 Landroid/content/ISyncAdapter$Stub$Proxy;->mRemote:Landroid/os/IBinder;100 Landroid/content/ISyncAdapter$Stub;-><init>()V101 Landroid/content/ISyncAdapter$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/ISyncAdapter;
824 android.content.ISyncAdapter$Stub825 android.content.ISyncAdapter
3659 HPLandroid/content/ISyncAdapter$Stub$Proxy;->asBinder()Landroid/os/IBinder;3660 PLandroid/content/ISyncAdapter$Stub$Proxy;->cancelSync(Landroid/content/ISyncContext;)V3661 PLandroid/content/ISyncAdapter$Stub$Proxy;->onUnsyncableAccount(Landroid/content/ISyncAdapterUnsync…3662 HPLandroid/content/ISyncAdapter$Stub$Proxy;->startSync(Landroid/content/ISyncContext;Ljava/lang/Str…3663 HPLandroid/content/ISyncAdapter$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/ISyncAdapt…32922 Landroid/content/ISyncAdapter$Stub;32923 Landroid/content/ISyncAdapter;41363 HSPLandroid/content/ISyncAdapter$Stub;->asBinder()Landroid/os/IBinder;41364 HSPLandroid/content/ISyncAdapter$Stub;-><init>()V41365 HSPLandroid/content/ISyncAdapter$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
13684 Landroid/content/ISyncAdapter$Stub$Proxy;->cancelSync(Landroid/content/ISyncContext;)V13685 Landroid/content/ISyncAdapter$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;13686 Landroid/content/ISyncAdapter$Stub$Proxy;->onUnsyncableAccount(Landroid/content/ISyncAdapterUnsynca…13687 Landroid/content/ISyncAdapter$Stub$Proxy;->startSync(Landroid/content/ISyncContext;Ljava/lang/Strin…13688 Landroid/content/ISyncAdapter$Stub;->DESCRIPTOR:Ljava/lang/String;13689 Landroid/content/ISyncAdapter$Stub;->TRANSACTION_cancelSync:I13690 Landroid/content/ISyncAdapter$Stub;->TRANSACTION_onUnsyncableAccount:I13691 Landroid/content/ISyncAdapter$Stub;->TRANSACTION_startSync:I
41 import android.content.ISyncAdapter;1832 ISyncAdapter mSyncAdapter;2782 final ISyncAdapter adapter = ISyncAdapter.Stub.asInterface(service); in onServiceConnected()3557 activeSyncContext.mSyncAdapter = ISyncAdapter.Stub.asInterface(syncAdapter); in runBoundToAdapterH()