Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScheduledScenarioRunner.java229 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/
DNotificationHelper.java183 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/
DSystemUiJankTests.java279 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()