Searched refs:notificationParts (Results 1 – 1 of 1) sorted by relevance
228 final String[] notificationParts = in loadNotificationMap() local230 if (notificationParts.length == NUM_NOTIFICATION_PARTS) { in loadNotificationMap()231 final Uri accountUri = Uri.parse(notificationParts[0]); in loadNotificationMap()251 final Uri folderUri = Uri.parse(notificationParts[1]); in loadNotificationMap()272 final Integer unreadValue = Integer.valueOf(notificationParts[2]); in loadNotificationMap()273 final Integer unseenValue = Integer.valueOf(notificationParts[3]); in loadNotificationMap()