Searched refs:mDailyCount (Results 1 – 1 of 1) sorted by relevance
333 private int mDailyCount; field in SlicePurchaseController749 || mDailyCount >= getCarrierConfigs().getInt( in onStartSlicePurchaseApplication()964 mDailyCount = sp.getInt((KEY_DAILY_NOTIFICATION_COUNT + mPhone.getPhoneId()), 0) + 1; in onNotificationShown()966 logd("Performance boost notification was shown " + mDailyCount + " times today and " in onNotificationShown()970 editor.putInt((KEY_DAILY_NOTIFICATION_COUNT + mPhone.getPhoneId()), mDailyCount); in onNotificationShown()987 mDailyCount = sp.getInt((KEY_DAILY_NOTIFICATION_COUNT + mPhone.getPhoneId()), 0); in updateNotificationCounts()1004 logd("updateNotificationCounts: mDailyCount=" + mDailyCount + ", mMonthlyCount=" in updateNotificationCounts()1020 mDailyCount = 0; in updateNotificationCounts()1021 editor.putInt((KEY_DAILY_NOTIFICATION_COUNT + mPhone.getPhoneId()), mDailyCount); in updateNotificationCounts()