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