Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt104 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build()
114 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute) in build()
127 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build()
137 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset) in build()
153 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in build()
236 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildHeadsUp()
256 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addTime) in buildHeadsUp()
345 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed()
355 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset) in buildMissed()
DStopwatchNotificationBuilder.kt86 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause) in build()
97 val intent2: PendingIntent = Utils.pendingServiceIntent(context, lap) in build()
119 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start) in build()
129 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset) in build()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt270 fun pendingServiceIntent(context: Context, intent: Intent): PendingIntent { in pendingServiceIntent() method