Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java157 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest
184 when(mContentIntent.isActivity()).thenReturn(true); in setUp()
185 when(mContentIntent.getCreatorUserHandle()).thenReturn(UserHandle.of(1)); in setUp()
195 sbn.getNotification().contentIntent = mContentIntent; in setUp()
201 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
302 notification.contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
355 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
388 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
398 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
416 verify(mContentIntent).isActivity(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
[all …]
/frameworks/base/core/java/android/app/
DNotification.java13076 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender
13099 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT, PendingIntent.class); in TvExtender()
13117 if (mContentIntent != null) { in extend()
13118 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
13191 mContentIntent = intent; in setContentIntent()
13203 return mContentIntent; in getContentIntent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;