Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java147 final PendingIntent pendingShowApp = in build() local
156 .setContentIntent(pendingShowApp) in build()
343 final PendingIntent pendingShowApp = in buildMissed() local
351 .setContentIntent(pendingShowApp) in buildMissed()
DStopwatchNotificationBuilder.java57 final PendingIntent pendingShowApp = PendingIntent.getService(context, 0, showApp, in build() local
134 .setContentIntent(pendingShowApp) in build()