Home
last modified time | relevance | path

Searched defs:accountInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
DMailService.java327 long[] accountInfo = new long[numAccounts * 2]; // pairs of { accountId, lastSync } in reschedule() local
398 private PendingIntent createAlarmIntent(long checkId, long[] accountInfo, boolean isWatchdog) { in createAlarmIntent()
596 long[] accountInfo = restoreIntent.getLongArrayExtra(EXTRA_ACCOUNT_INFO); in restoreSyncReports() local