Home
last modified time | relevance | path

Searched refs:fullscreenIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java271 final PendingIntent fullscreenIntent in testCreate() local
281 .setContentIntent(fullscreenIntent) in testCreate()
282 .setFullScreenIntent(fullscreenIntent, true) in testCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java617 final PendingIntent fullscreenIntent = in handleFullScreenIntent() local
619 mLogger.logSendingFullScreenIntent(entry.getKey(), fullscreenIntent); in handleFullScreenIntent() local
624 fullscreenIntent.send(); in handleFullScreenIntent()