Searched refs:PingService (Results 1 – 3 of 3) sorted by relevance
39 Intent intent = new Intent(getApplicationContext(), PingService.class); in onSnoozeClick()45 Intent intent = new Intent(getApplicationContext(), PingService.class); in onDismissClick()
29 public class PingService extends IntentService { class36 public PingService() { in PingService() method in PingService75 Intent dismissIntent = new Intent(this, PingService.class); in issueNotification()79 Intent snoozeIntent = new Intent(this, PingService.class); in issueNotification()
35 mServiceIntent = new Intent(getApplicationContext(), PingService.class); in onCreate()