Searched refs:mContentIntent (Results 1 – 3 of 3) sorted by relevance
116 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest139 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 …]
10232 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender10255 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()
7870 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;