Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java152 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest
178 when(mContentIntent.isActivity()).thenReturn(true); in setUp()
179 when(mContentIntent.getCreatorUserHandle()).thenReturn(UserHandle.of(1)); in setUp()
189 sbn.getNotification().contentIntent = mContentIntent; in setUp()
195 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
294 notification.contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
347 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
380 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
390 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
408 verify(mContentIntent).isActivity(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java12179 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender
12202 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT, PendingIntent.class); in TvExtender()
12219 if (mContentIntent != null) { in extend()
12220 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
12278 mContentIntent = intent; in setContentIntent()
12289 return mContentIntent; in getContentIntent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;