HomeSort by relevance Sort by last modified time
    Searched refs:PingService (Results 1 - 3 of 3) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java 39 Intent intent = new Intent(getApplicationContext(), PingService.class);
45 Intent intent = new Intent(getApplicationContext(), PingService.class);
PingService.java 26 * PingService creates a notification that includes 2 buttons: one to snooze the
29 public class PingService extends IntentService {
36 public PingService() {
75 Intent dismissIntent = new Intent(this, PingService.class);
79 Intent snoozeIntent = new Intent(this, PingService.class);
MainActivity.java 35 mServiceIntent = new Intent(getApplicationContext(), PingService.class);
66 // Launches IntentService "PingService" to set timer.

Completed in 379 milliseconds