Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java142 final Intent showApp = new Intent(context, TimerService.class) in build() local
148 PendingIntent.getService(context, REQUEST_CODE_UPCOMING, showApp, in build()
338 final Intent showApp = new Intent(context, TimerService.class) in buildMissed() local
344 PendingIntent.getService(context, REQUEST_CODE_MISSING, showApp, in buildMissed()
DStopwatchNotificationBuilder.java53 final Intent showApp = new Intent(context, StopwatchService.class) in build() local
57 final PendingIntent pendingShowApp = PendingIntent.getService(context, 0, showApp, in build()