Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DManageAccountsSettings.java282 int syncCount = 0; in showSyncState() local
307 syncCount += syncEnabled && userFacing.contains(authority) ? 1 : 0; in showSyncState()
316 } else if (syncCount == 0) { in showSyncState()
318 } else if (syncCount > 0) { in showSyncState()