Searched refs:pendingIntent (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | ScheduledScenarioRunner.java | 229 PendingIntent pendingIntent = in suspensionAwareSleep() local 237 AlarmManager.RTC_WAKEUP, System.currentTimeMillis() + durationMs, pendingIntent); in suspensionAwareSleep()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 183 int notificationId, String title, String inLineReply, PendingIntent pendingIntent, in sendNotificationsWithInLineReply() argument 187 pendingIntent).addRemoteInput(new RemoteInput.Builder(inLineReply) in sendNotificationsWithInLineReply()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 279 PendingIntent pendingIntent = in createSmartAction() local 286 return new Action.Builder(icon, actionTitle, pendingIntent) in createSmartAction() 296 PendingIntent pendingIntent = in postInlineReplyNotification() local 303 Action action = new Action.Builder(icon, REPLY_TEXT, pendingIntent) in postInlineReplyNotification()
|