Home | History | Annotate | Download | only in app

Lines Matching refs:Notification

22 import android.app.Notification;
38 Notification.Builder builder = new Notification.Builder(this)
39 .setTicker("Direct Notification")
41 .setContentTitle("Direct Notification")
47 .putExtra(ContentViewActivity.EXTRA_TEXT, "From Notification"))
54 Notification.Builder builder = new Notification.Builder(this)
55 .setTicker("Interstitial Notification")
57 .setContentTitle("Interstitial Notification")