Home
last modified time | relevance | path

Searched refs:ISyncAdapter (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/
DISyncAdapter.aidl28 oneway interface ISyncAdapter { interface
DAbstractThreadedSyncAdapter.java173 private class ISyncAdapterImpl extends ISyncAdapter.Stub {
/frameworks/base/config/
Dhiddenapi-greylist.txt98 Landroid/content/ISyncAdapter$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
99 Landroid/content/ISyncAdapter$Stub$Proxy;->mRemote:Landroid/os/IBinder;
100 Landroid/content/ISyncAdapter$Stub;-><init>()V
101 Landroid/content/ISyncAdapter$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/ISyncAdapter;
Dpreloaded-classes824 android.content.ISyncAdapter$Stub
825 android.content.ISyncAdapter
Dboot-image-profile.txt3659 HPLandroid/content/ISyncAdapter$Stub$Proxy;->asBinder()Landroid/os/IBinder;
3660 PLandroid/content/ISyncAdapter$Stub$Proxy;->cancelSync(Landroid/content/ISyncContext;)V
3661 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>()V
41365 HSPLandroid/content/ISyncAdapter$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
Dhiddenapi-greylist-max-o.txt13684 Landroid/content/ISyncAdapter$Stub$Proxy;->cancelSync(Landroid/content/ISyncContext;)V
13685 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:I
13690 Landroid/content/ISyncAdapter$Stub;->TRANSACTION_onUnsyncableAccount:I
13691 Landroid/content/ISyncAdapter$Stub;->TRANSACTION_startSync:I
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java41 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()