Searched refs:KEY_MONTHLY_NOTIFICATION_COUNT (Results 1 – 1 of 1) sorted by relevance
295 private static final String KEY_MONTHLY_NOTIFICATION_COUNT = "monthly_notification_count"; field in SlicePurchaseController965 mMonthlyCount = sp.getInt((KEY_MONTHLY_NOTIFICATION_COUNT + mPhone.getPhoneId()), 0) + 1; in onNotificationShown()971 editor.putInt((KEY_MONTHLY_NOTIFICATION_COUNT + mPhone.getPhoneId()), mMonthlyCount); in onNotificationShown()988 mMonthlyCount = sp.getInt((KEY_MONTHLY_NOTIFICATION_COUNT + mPhone.getPhoneId()), 0); in updateNotificationCounts()1017 editor.putInt((KEY_MONTHLY_NOTIFICATION_COUNT + mPhone.getPhoneId()), in updateNotificationCounts()