Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java295 private static final String KEY_MONTHLY_NOTIFICATION_COUNT = "monthly_notification_count"; field in SlicePurchaseController
965 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()