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.java116 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest
139 when(mContentIntent.isActivity()).thenReturn(true); in setUp()
140 when(mContentIntent.getCreatorUserHandle()).thenReturn(UserHandle.of(1)); in setUp()
141 when(mContentIntent.getIntent()).thenReturn(mContentIntentInner); in setUp()
148 sbn.getNotification().contentIntent = mContentIntent; in setUp()
154 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()
200 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()
212 verify(mContentIntent).sendAndReturnResult( in testOnNotificationClicked_keyGuardShowing()
253 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
283 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
[all …]
/frameworks/base/core/java/android/app/
DNotification.java10232 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender
10255 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT); in TvExtender()
10272 if (mContentIntent != null) { in extend()
10273 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
10331 mContentIntent = intent; in setContentIntent()
10342 return mContentIntent; in getContentIntent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7870 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;