OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncAdapter
(Results
1 - 4
of
4
) sorted by null
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
131
ISyncAdapter
syncAdapter
= null;
133
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
136
if (
syncAdapter
!= null) {
161
ISyncAdapter
syncAdapter
= null;
163
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
166
if (
syncAdapter
!= null) {
172
syncAdapter
.startSync(mActiveServiceConnection,
186
ISyncAdapter
syncAdapter
= null;
188
syncAdapter
= mActiveServiceConnection.mBoundSyncAdapter;
191
if (
syncAdapter
!= null)
[
all
...]
/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
,
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java
[
all
...]
/frameworks/base/core/java/android/content/
SyncManager.java
415
intent.setAction("android.content.
SyncAdapter
");
490
* then the extras can contain
SyncAdapter
-specific information
497
* @param extras a Map of
SyncAdapter
-specific information to control
557
for (RegisteredServicesCache.ServiceInfo<SyncAdapterType>
syncAdapter
:
559
syncableAuthorities.add(
syncAdapter
.type.authority);
[
all
...]
Completed in 159 milliseconds