Searched refs:MONTHLY_NOTIFICATION_COUNT_KEY (Results 1 – 1 of 1) sorted by relevance
83 private static final String MONTHLY_NOTIFICATION_COUNT_KEY = "monthly_notification_count0"; field in SlicePurchaseControllerTest246 verify(mEditor, never()).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()253 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()260 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()267 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()274 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()281 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()684 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), eq(count)); in testPurchasePremiumCapabilityResultNotificationThrottled()700 verify(mEditor).putInt(eq(MONTHLY_NOTIFICATION_COUNT_KEY), in testPurchasePremiumCapabilityResultNotificationThrottled()