Searched refs:pendingServiceIntent (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerNotificationBuilder.kt | 93 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 D | StopwatchNotificationBuilder.kt | 86 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 D | Utils.kt | 264 fun pendingServiceIntent(context: Context, intent: Intent): PendingIntent { regex
|