Home
last modified time | relevance | path

Searched refs:SHARE_STOPWATCH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatches.java29 public static final String SHARE_STOPWATCH = "share_stopwatch"; field in Stopwatches
DStopwatchService.java105 } else if (actionType.equals(Stopwatches.SHARE_STOPWATCH)) { in onStartCommand()