Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityModifierTests.java144 protected ContactsSource getSource() { in getSource() method in EntityModifierTests
195 final ContactsSource source = getSource(); in testValidTypes()
240 final ContactsSource source = getSource(); in testCanInsert()
269 final ContactsSource source = getSource(); in testBestValidType()
305 final ContactsSource source = getSource(); in testIsEmptyEmpty()
316 final ContactsSource source = getSource(); in testIsEmptyDirectFields()
333 final ContactsSource source = getSource(); in testTrimEmptySingle()
374 final ContactsSource source = getSource(); in testTrimEmptySpaces()
399 final ContactsSource source = getSource(); in testTrimLeaveValid()
427 final ContactsSource source = getSource(); in testTrimEmptyUntouched()
[all …]
DEntitySetTests.java87 protected ContactsSource getSource() { in getSource() method in EntitySetTests
574 final ContactsSource source = getSource(); in testMergeAfterEnsureAndTrim()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSourceResult.java24 Source getSource(); in getSource() method
DSearchableCorpora.java89 public Source getSource(String name) { in getSource() method in SearchableCorpora
94 return mSources.getSource(name); in getSource()
DSources.java23 Source getSource(String name); in getSource() method
DSearchableCorpusFactory.java132 return sources.getSource(name); in getBrowserSource()
137 return sources.getSource(name); in getAppsSource()
DCorpora.java62 Source getSource(String name); in getSource() method
DCursorBackedSourceResult.java34 public Source getSource() { in getSource() method in CursorBackedSourceResult
DSearchableSources.java69 public Source getSource(String name) { in getSource() method in SearchableSources
DWebCorpus.java179 if (result.getSource().equals(mWebSearchSource)) { in fill()
DShortcutsProvider.java122 Source source = getCorpora().getSource(sourceComponent.flattenToShortString()); in storeShortcut()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSources.java35 public Source getSource(String name) { in getSource() method in MockSources
DMockCorpora.java86 public Source getSource(String name) { in getSource() method in MockCorpora
DMockSource.java166 public Source getSource() { in getSource() method in MockSource.Result
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java39 public Source getSource() { in getSource() method in AbstractGoogleSourceResult