HomeSort by relevance Sort by last modified time
    Searched full:headsupnotificationfragment (Results 1 - 13 of 13) sorted by null

  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 7 * Unit tests for {@link HeadsUpNotificationFragment}.
13 private HeadsUpNotificationFragment mFragment;
23 // The first tab should be {@link HeadsUpNotificationFragment}, that is tested in the
27 mFragment = (HeadsUpNotificationFragment) mActivity.getFragmentManager()
LNotificationActivityTest.java 33 assertTrue(fragment instanceof HeadsUpNotificationFragment);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 7 * Unit tests for {@link HeadsUpNotificationFragment}.
13 private HeadsUpNotificationFragment mFragment;
23 // The first tab should be {@link HeadsUpNotificationFragment}, that is tested in the
27 mFragment = (HeadsUpNotificationFragment) mActivity.getFragmentManager()
LNotificationActivityTest.java 33 assertTrue(fragment instanceof HeadsUpNotificationFragment);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 36 public class HeadsUpNotificationFragment extends Fragment {
62 public static HeadsUpNotificationFragment newInstance() {
63 HeadsUpNotificationFragment fragment = new HeadsUpNotificationFragment();
68 public HeadsUpNotificationFragment() {
LNotificationActivity.java 44 tabHeadsUpNotification.setTabListener(new FragmentTabListener(HeadsUpNotificationFragment
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 36 public class HeadsUpNotificationFragment extends Fragment {
62 public static HeadsUpNotificationFragment newInstance() {
63 HeadsUpNotificationFragment fragment = new HeadsUpNotificationFragment();
68 public HeadsUpNotificationFragment() {
LNotificationActivity.java 44 tabHeadsUpNotification.setTabListener(new FragmentTabListener(HeadsUpNotificationFragment
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 36 public class HeadsUpNotificationFragment extends Fragment {
62 public static HeadsUpNotificationFragment newInstance() {
63 HeadsUpNotificationFragment fragment = new HeadsUpNotificationFragment();
68 public HeadsUpNotificationFragment() {
LNotificationActivity.java 44 tabHeadsUpNotification.setTabListener(new FragmentTabListener(HeadsUpNotificationFragment
  /developers/samples/android/notification/LNotifications/
template-params.xml 78 (`HeadsUpNotificationFragment`), how to control visibility on the lock screen
README.md 22 (`HeadsUpNotificationFragment`), how to control visibility on the lock screen
  /developers/build/prebuilts/gradle/LNotifications/
README.md 22 (`HeadsUpNotificationFragment`), how to control visibility on the lock screen

Completed in 144 milliseconds