Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt274 val contentIntent: PendingIntent = Utils.pendingActivityIntent(context, content) in buildHeadsUp()
279 val pendingFullScreen: PendingIntent = Utils.pendingActivityIntent(context, fullScreen) in buildHeadsUp()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt281 fun pendingActivityIntent(context: Context, intent: Intent): PendingIntent { in pendingActivityIntent() method