Searched refs:mQuarterlyIntent (Results 1 – 3 of 3) sorted by relevance
51 private PendingIntent mQuarterlyIntent; field in ScreensaverActivity78 mQuarterlyIntent = Utils.refreshAlarmOnQuarterHour(79 ScreensaverActivity.this, mQuarterlyIntent);120 mQuarterlyIntent = Utils.startAlarmOnQuarterHour(this); in onResume()126 Utils.cancelAlarmOnQuarterHour(this, mQuarterlyIntent); in onPause()
60 private PendingIntent mQuarterlyIntent; field in ClockFragment89 mQuarterlyIntent = Utils.refreshAlarmOnQuarterHour(getActivity(), mQuarterlyIntent);164 mQuarterlyIntent = Utils.startAlarmOnQuarterHour(getActivity()); in onResume()197 Utils.cancelAlarmOnQuarterHour(getActivity(), mQuarterlyIntent); in onPause() local
54 private PendingIntent mQuarterlyIntent; field in DigitalWidgetViewsFactory186 mQuarterlyIntent = Utils.startAlarmOnQuarterHour(mContext); in onCreate()220 Utils.cancelAlarmOnQuarterHour(mContext, mQuarterlyIntent); in onDestroy()278 mQuarterlyIntent = Utils.refreshAlarmOnQuarterHour(context, mQuarterlyIntent); in onReceive()