OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopwatchService
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
24
public class
StopwatchService
extends Service {
176
Intent leftButtonIntent = new Intent(context,
StopwatchService
.class);
187
Intent rightButtonIntent = new Intent(context,
StopwatchService
.class);
211
Intent leftButtonIntent = new Intent(context,
StopwatchService
.class);
222
Intent rightButtonIntent = new Intent(context,
StopwatchService
.class);
239
Intent dismissIntent = new Intent(context,
StopwatchService
.class);
StopwatchFragment.java
255
Intent intent = new Intent(context,
StopwatchService
.class);
295
Intent intent = new Intent(context,
StopwatchService
.class);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
47
import com.android.deskclock.stopwatch.
StopwatchService
;
192
Intent stopwatchIntent = new Intent(getApplicationContext(),
StopwatchService
.class);
207
Intent intent = new Intent(getApplicationContext(),
StopwatchService
.class);
Completed in 43 milliseconds