Searched refs:NekoService (Results 1 – 4 of 4) sorted by relevance
74 NekoService.registerJobIfNeeded(this, food.getInterval(this)); in updateState()88 NekoService.cancelJob(this); in onClick()
99 NekoService.registerJobIfNeeded(this, FOOD_SPAWN_CAT_DELAY_MINS) in createDefaultControls()198 NekoService.registerJob(this, FOOD_SPAWN_CAT_DELAY_MINS) in performControlAction()209 NekoService.getExistingCat(prefs)?.let { in performControlAction()210 NekoService.notifyCat(this, it) in performControlAction()
40 public class NekoService extends JobService { class167 new ComponentName(context, NekoService.class)) in registerJob()
55 NekoService.registerJob(getContext(), food.getInterval(getContext())); in onFoodSelected()