Searched refs:ALARM_SERVICE (Results 1 – 12 of 12) sorted by relevance
155 AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE); in installAlarm()161 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()
277 ((AlarmManager) getSystemService(Context.ALARM_SERVICE)).set(AlarmManager.RTC_WAKEUP, in startResetContentObserverAlarm()282 ((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()
968 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in scheduleRetryPublish()
148 assertSameInstanceEveryTime(Context.ALARM_SERVICE); in shouldReturnSameAlarmServiceEveryTime()
32 alarmManager = (AlarmManager) activity.getSystemService(Context.ALARM_SERVICE); in setUp()
75 checkSystemService(Context.ALARM_SERVICE, android.app.AlarmManager.class); in shouldProvideServices()
66 mAlarm = (AlarmManager) mService.getSystemService(Context.ALARM_SERVICE); in SettingsFacade()
54 SYSTEM_SERVICE_MAP.put(Context.ALARM_SERVICE, "android.app.AlarmManager"); in SYSTEM_SERVICE_MAP.put() argument
622 mAlarmManager = (AlarmManager) mContext.getSystemService(Context.ALARM_SERVICE); in init()