Searched refs:createLaunchPendingIntent (Results 1 – 1 of 1) sorted by relevance
354 builder.setContentIntent(createLaunchPendingIntent(false /* isFullScreen */)); in buildAndSendNotification()363 configureFullScreenIntent(builder, createLaunchPendingIntent(true /* isFullScreen */)); in buildAndSendNotification()1082 private PendingIntent createLaunchPendingIntent(boolean isFullScreen) { in createLaunchPendingIntent() method in StatusBarNotifier