Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java58 private static final int NOTIFICATION_DEFAULT = 1; field in MainActivity
299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification()); in showNotification()