Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt279 val pendingFullScreen: PendingIntent = Utils.pendingActivityIntent(context, fullScreen) in buildHeadsUp() constant
291 .setFullScreenIntent(pendingFullScreen, true) in buildHeadsUp()