Searched refs:ALARM_SERVICE (Results 1 – 12 of 12) sorted by relevance
170 AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE); in installAlarm()176 AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE); in uninstallAlarm()
177 mContext.getSystemService(Context.ALARM_SERVICE); in cancelRetryAlarm()205 mContext.getSystemService(Context.ALARM_SERVICE); in scheduleRetry()
294 ((AlarmManager) getSystemService(Context.ALARM_SERVICE)).set(AlarmManager.RTC_WAKEUP, in startResetContentObserverAlarm()299 ((AlarmManager) getSystemService(Context.ALARM_SERVICE)).cancel( in cancelResetContentObserverAlarm()
152 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in CapabilityPolling()
124 sAlarmManager = (AlarmManager)mContext.getSystemService(Context.ALARM_SERVICE); in startTimer()
971 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in scheduleRetryPublish()
93 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()
624 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in init()
43 alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); in setUp()
378 assertSameInstanceEveryTime(Context.ALARM_SERVICE); in shouldReturnSameAlarmServiceEveryTime()
82 assertThat(context.getSystemService(Context.ALARM_SERVICE)) in shouldProvideServices()