Searched refs:MESSAGE_TIME (Results 1 – 3 of 3) sorted by relevance
31 public static final String MESSAGE_TIME = "message_time"; field in Stopwatches
232 intent.putExtra(Stopwatches.MESSAGE_TIME, time); in rightButtonAction()272 intent.putExtra(Stopwatches.MESSAGE_TIME, time); in onCreateView()
66 long actionTime = intent.getLongExtra(Stopwatches.MESSAGE_TIME, Utils.getTimeNow()); in onStartCommand()