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

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
SetTimerActivity.java 134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
SetTimerActivity.java 134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java 98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
SetTimerActivity.java 134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this,
137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);

Completed in 293 milliseconds