Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsActivity.java28 private ActiveNotificationsFragment mFragment;
51 mFragment = (ActiveNotificationsFragment) getSupportFragmentManager() in findFragment()
DMainActivity.java53 ActiveNotificationsFragment fragment = new ActiveNotificationsFragment(); in onCreate()
DActiveNotificationsFragment.java37 public class ActiveNotificationsFragment extends Fragment { class