Searched refs:mContentIntent (Results 1 – 3 of 3) sorted by relevance
132 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest155 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 …]
11837 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender11860 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()
7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;