Home
last modified time | relevance | path

Searched refs:createLaunchPendingIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java350 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