Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java335 private int mMonthlyCount; field in SlicePurchaseController
747 if (mMonthlyCount >= getCarrierConfigs().getInt( in onStartSlicePurchaseApplication()
965 mMonthlyCount = sp.getInt((KEY_MONTHLY_NOTIFICATION_COUNT + mPhone.getPhoneId()), 0) + 1; in onNotificationShown()
967 + mMonthlyCount + " times this month."); 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()
1005 + mMonthlyCount + ", mLocalDate=" + mLocalDate + ", lastLocalDate=" in updateNotificationCounts()
1016 mMonthlyCount = 0; in updateNotificationCounts()
1018 mMonthlyCount); in updateNotificationCounts()