Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java82 private static final String DAILY_NOTIFICATION_COUNT_KEY = "daily_notification_count0"; field in SlicePurchaseControllerTest
245 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
252 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
259 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
266 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
273 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
280 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(0)); in testUpdateNotificationCounts()
683 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(count)); in testPurchasePremiumCapabilityResultNotificationThrottled()
699 verify(mEditor).putInt(eq(DAILY_NOTIFICATION_COUNT_KEY), eq(count)); in testPurchasePremiumCapabilityResultNotificationThrottled()