Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScheduledScenarioRunner.java227 PendingIntent pendingIntent = in suspensionAwareSleep() local
235 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/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java132 PendingIntent pendingIntent = PendingIntent.getActivity(mContext, 0, intent, in sendNotification() local
140 .setContentIntent(pendingIntent) in sendNotification()
/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()