Searched refs:mContentIntent (Results 1 – 3 of 3) sorted by relevance
152 private PendingIntent mContentIntent; field in StatusBarNotificationActivityStarterTest178 when(mContentIntent.isActivity()).thenReturn(true); in setUp()179 when(mContentIntent.getCreatorUserHandle()).thenReturn(UserHandle.of(1)); in setUp()189 sbn.getNotification().contentIntent = mContentIntent; in setUp()195 bubbleSbn.getNotification().contentIntent = mContentIntent; in setUp()294 notification.contentIntent = mContentIntent; in testOnNotificationClicked_keyGuardShowing()347 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()380 verifyZeroInteractions(mContentIntent); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()390 sbn.getNotification().contentIntent = mContentIntent; in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()408 verify(mContentIntent).isActivity(); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()[all …]
12179 private PendingIntent mContentIntent; field in Notification.Builder.TvExtender12202 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT, PendingIntent.class); in TvExtender()12219 if (mContentIntent != null) { in extend()12220 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()12278 mContentIntent = intent; in setContentIntent()12289 return mContentIntent; in getContentIntent()
7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;