Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java132 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest
155 when(mContentIntent.isActivity()).thenReturn(true); in setUp()
167 sbn.getNotification().contentIntent = mContentIntent; in setUp()
173 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
254 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
302 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
333 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
345 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
363 verify(mContentIntent).getIntent(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
364 verify(mContentIntent).isActivity(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
[all …]
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java11837 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender
11860 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT); in TvExtender()
11877 if (mContentIntent != null) { in extend()
11878 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
11936 mContentIntent = intent; in setContentIntent()
11947 return mContentIntent; in getContentIntent()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;