Home
last modified time | relevance | path

Searched refs:fullScreenIntent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java38 PendingIntent fullScreenIntent = createPendingIntent(context); in createCallStyleNotification() local
44 .setStyle(getCallStyle(isOutgoing, person, fullScreenIntent)) in createCallStyleNotification()
45 .setFullScreenIntent(fullScreenIntent, true) in createCallStyleNotification()
53 PendingIntent fullScreenIntent) { in getCallStyle() argument
57 fullScreenIntent); in getCallStyle()
61 fullScreenIntent, in getCallStyle()
62 fullScreenIntent); in getCallStyle()
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
DNotificationManager28Test.java104 assertEquals(notification.fullScreenIntent, n.getNotification().fullScreenIntent); in testPostFullScreenIntent_noPermission()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationManager29Test.java156 assertNull(n.getNotification().fullScreenIntent); in testPostFullScreenIntent_noPermission()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1775 assertEquals(notification.fullScreenIntent, n.getNotification().fullScreenIntent); in testPostFullScreenIntent_permission()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6524 field public android.app.PendingIntent fullScreenIntent;