Home
last modified time | relevance | path

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

/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java36 public class HeadsUpNotificationFragment extends Fragment { class
62 public static HeadsUpNotificationFragment newInstance() { in newInstance()
63 HeadsUpNotificationFragment fragment = new HeadsUpNotificationFragment(); in newInstance()
68 public HeadsUpNotificationFragment() { in HeadsUpNotificationFragment() method in HeadsUpNotificationFragment
DLNotificationActivity.java59 return HeadsUpNotificationFragment.newInstance(); in getItem()