Searched refs:notifBuilder (Results 1 – 1 of 1) sorted by relevance
125 Notification.Builder notifBuilder = new Notification.Builder(this) in showAppNotification() local136 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() local191 notifBuilder.setDefaults(Notification.DEFAULT_ALL); in showInterstitialNotification()198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()