Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DXLargeUi.java74 public void showComboView(ComboViews startWith, Bundle extras) { in showComboView() argument
75 super.showComboView(startWith, extras); in showComboView()
/packages/apps/Messaging/src/com/android/messaging/util/
DFallbackStrategies.java61 public static <Input, Output> FallbackStrategies<Input, Output> startWith( in startWith() method in FallbackStrategies
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DFrequentContactsCursorQueryData.java48 .startWith(new PrimaryStrequentContactsQueryStrategy()) in loadInBackground()