OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncAdapters
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java
108
SyncAdapterType[]
syncAdapters
= ContentResolver.getSyncAdapterTypes();
109
for (int i = 0, n =
syncAdapters
.length; i < n; i++) {
110
final SyncAdapterType sa =
syncAdapters
[i];
ChooseAccountActivity.java
171
SyncAdapterType[]
syncAdapters
= ContentResolver.getSyncAdapterTypes();
172
for (int i = 0, n =
syncAdapters
.length; i < n; i++) {
173
final SyncAdapterType sa =
syncAdapters
[i];
ManageAccountsSettings.java
190
final SyncAdapterType[]
syncAdapters
= ContentResolver.getSyncAdapterTypes();
192
for (int k = 0, n =
syncAdapters
.length; k < n; k++) {
193
final SyncAdapterType sa =
syncAdapters
[k];
233
Log.v(TAG, "no
syncadapters
found for " + account);
AccountSyncSettings.java
433
SyncAdapterType[]
syncAdapters
= ContentResolver.getSyncAdapterTypes();
436
for (int i = 0, n =
syncAdapters
.length; i < n; i++) {
437
final SyncAdapterType sa =
syncAdapters
[i];
Completed in 159 milliseconds