OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncAdapter
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java
75
private static final String ACTION_SYNC_ADAPTER = "android.content.
SyncAdapter
";
97
final Intent
syncAdapter
= new Intent(ACTION_SYNC_ADAPTER);
98
final List<ResolveInfo> matches = pm.queryIntentServices(
syncAdapter
,
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
127
ISyncAdapter
syncAdapter
= null;
129
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
132
if (
syncAdapter
!= null) {
157
ISyncAdapter
syncAdapter
= null;
159
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
162
if (
syncAdapter
!= null) {
168
syncAdapter
.startSync(mActiveServiceConnection,
182
ISyncAdapter
syncAdapter
= null;
184
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
187
if (
syncAdapter
!= null)
[
all
...]
/frameworks/base/services/java/com/android/server/content/
SyncManager.java
559
* then the extras can contain
SyncAdapter
-specific information
579
* @param extras a Map of
SyncAdapter
-specific information to control
647
for (RegisteredServicesCache.ServiceInfo<SyncAdapterType>
syncAdapter
:
649
syncableAuthorities.add(
syncAdapter
.type.authority);
[
all
...]
Completed in 162 milliseconds