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.java354 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