Searched refs:SupportUiListener (Results 1 – 4 of 4) sorted by relevance
62 public class SupportUiListener<OutputT> extends Fragment { class67 static <OutputT> SupportUiListener<OutputT> create( in create()70 SupportUiListener<OutputT> uiListener = in create()71 (SupportUiListener<OutputT>) fragmentManager.findFragmentByTag(taskId); in create()75 uiListener = new SupportUiListener<>(); in create()
58 public <OutputT> SupportUiListener<OutputT> createUiListener( in createUiListener()60 return SupportUiListener.create(fragmentManager, taskId); in createUiListener()
49 import com.android.dialer.common.concurrent.SupportUiListener;120 private SupportUiListener<ImmutableList<SpeedDialUiItem>> speedDialLoaderListener;352 private final SupportUiListener<ImmutableList<SpeedDialUiItem>> speedDialLoaderListener;364 SupportUiListener<ImmutableList<SpeedDialUiItem>> speedDialLoaderListener) { in SpeedDialFavoritesListener()
42 import com.android.dialer.common.concurrent.SupportUiListener;71 private SupportUiListener<ImmutableList<CoalescedRow>> coalesingAnnotatedCallLogListener;