Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimerNotificationBuilder.kt93 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause)
103 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addMinute)
116 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start)
126 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset)
142 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset)
225 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset)
245 val intent2: PendingIntent = Utils.pendingServiceIntent(context, addTime)
334 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset)
344 val intent1: PendingIntent = Utils.pendingServiceIntent(context, reset)
H A DStopwatchNotificationBuilder.kt86 val intent1: PendingIntent = Utils.pendingServiceIntent(context, pause)
97 val intent2: PendingIntent = Utils.pendingServiceIntent(context, lap)
119 val intent1: PendingIntent = Utils.pendingServiceIntent(context, start)
129 val intent2: PendingIntent = Utils.pendingServiceIntent(context, reset)
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.kt264 fun pendingServiceIntent(context: Context, intent: Intent): PendingIntent { regex