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