OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncAdapter
(Results
1 - 5
of
5
) sorted by null
/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
...]
/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
...]
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java
333
for (SyncAdapterType
syncAdapter
: mInvisibleAdapters) {
335
if (
syncAdapter
.accountType.equals(mAccount.type)) {
336
requestOrCancelSync(mAccount,
syncAdapter
.authority, startSync);
/frameworks/base/services/java/com/android/server/content/
SyncManager.java
546
* then the extras can contain
SyncAdapter
-specific information
566
* @param extras a Map of
SyncAdapter
-specific information to control
628
for (RegisteredServicesCache.ServiceInfo<SyncAdapterType>
syncAdapter
:
630
syncableAuthorities.add(
syncAdapter
.type.authority);
[
all
...]
Completed in 81 milliseconds