Home
last modified time | relevance | path

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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DFullScreenActivity.java80 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class); in getPendingIntent() local
81 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent()
83 fullScreenIntent.putExtra(EXTRA_ID, id); in getPendingIntent()
85 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java220 Intent fullScreenIntent = AlarmInstance.createIntent(service, AlarmActivity.class, in showAlarmNotification() local
223 fullScreenIntent.setAction("fullscreen_activity"); in showAlarmNotification()
224 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | in showAlarmNotification()
227 instance.hashCode(), fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), true); in showAlarmNotification()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java391 if (n.fullScreenIntent != null) { in loadNotifications()
396 .append(formatPendingIntent(n.fullScreenIntent)); in loadNotifications()