Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DNotificationController.java927 final HashSet<Long> newAccountList = new HashSet<Long>(); in onChange() local
937 newAccountList.add(accountId); in onChange()
948 if (!newAccountList.remove(accountId)) { in onChange()
954 for (long accountId : newAccountList) { in onChange()