Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupFinal.java1146 final Integer syncWindowValue = fragment.getAccountSyncWindowValue(); in initiateAccountCreation() local
1147 if (syncWindowValue != null) { in initiateAccountCreation()
1148 account.setSyncLookback(syncWindowValue); in initiateAccountCreation()