Searched refs:ALARM_SERVICE (Results 1 – 12 of 12) sorted by relevance
171 AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE); in installAlarm()177 AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE); in uninstallAlarm()
179 mContext.getSystemService(Context.ALARM_SERVICE); in cancelRetryAlarm()207 mContext.getSystemService(Context.ALARM_SERVICE); in scheduleRetry()
288 ((AlarmManager) getSystemService(Context.ALARM_SERVICE)).set(AlarmManager.RTC_WAKEUP, in startResetContentObserverAlarm()293 ((AlarmManager) getSystemService(Context.ALARM_SERVICE)).cancel( in cancelResetContentObserverAlarm()
173 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in CapabilityPolling()
115 sAlarmManager = (AlarmManager)mContext.getSystemService(Context.ALARM_SERVICE); in startTimer()
1039 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in scheduleRetryPublish()
101 map.put(Context.ALARM_SERVICE, createBinder(IAlarmManager.class, "android.app.IAlarmManager")); in map.put() argument
74 mAlarm = (AlarmManager) mService.getSystemService(Context.ALARM_SERVICE); in SettingsFacade()
672 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in init()
43 alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); in setUp()
82 assertThat(context.getSystemService(Context.ALARM_SERVICE)) in shouldProvideServices()
469 assertSameInstanceEveryTime(Context.ALARM_SERVICE); in shouldReturnSameAlarmServiceEveryTime()