Searched refs:EmergencyActionForegroundService (Results 1 – 3 of 3) sorted by relevance
40 import com.android.emergency.action.service.EmergencyActionForegroundService;65 EmergencyActionForegroundService.stopService(context); in onAttach()149 EmergencyActionForegroundService.newStartCountdownIntent( in onStop()159 EmergencyActionForegroundService.stopService(getActivity()); in onSlideComplete()
45 public class EmergencyActionForegroundService extends Service { class130 return new Intent(context, EmergencyActionForegroundService.class) in newStartCountdownIntent()139 context.stopService(new Intent(context, EmergencyActionForegroundService.class)); in stopService()
27 import com.android.emergency.action.service.EmergencyActionForegroundService;70 EmergencyActionForegroundService.stopService(context); in onReceive()