Searched refs:startWith (Results 1 – 3 of 3) sorted by relevance
74 public void showComboView(ComboViews startWith, Bundle extras) { in showComboView() argument75 super.showComboView(startWith, extras); in showComboView()
61 public static <Input, Output> FallbackStrategies<Input, Output> startWith( in startWith() method in FallbackStrategies
48 .startWith(new PrimaryStrequentContactsQueryStrategy()) in loadInBackground()