Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessage.java125 Notification.Builder notifBuilder = new Notification.Builder(this) in showAppNotification() local
136 notifBuilder.setDefaults(Notification.DEFAULT_ALL); in showAppNotification()
143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showAppNotification()
180 Notification.Builder notifBuilder = new Notification.Builder(this) in showInterstitialNotification() local
191 notifBuilder.setDefaults(Notification.DEFAULT_ALL); in showInterstitialNotification()
198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()