Home
last modified time | relevance | path

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

/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
DApplicationsProviderTest.java99 testSearch("ema", "Email"); in testSearch_singleResult()
104 testSearch("e", "Ebay", "Email"); in testSearch_multipleResults()
109 testSearch("nosuchapp"); in testSearch_noResults()
114 testSearch("alphabetic", "AlphabeticA", "AlphabeticB", "AlphabeticC", "AlphabeticD", in testSearch_orderingIsAlphabeticByDefault()
120 testSearch("", in testSearch_emptySearchQueryReturnsEverything()
138 testSearch("alphabetic", "AlphabeticD", "AlphabeticB", "AlphabeticA", "AlphabeticC", in testSearch_appsAreRankedByUsageTimeOnStartup()
157 testSearch("alphabetic", "AlphabeticD", "AlphabeticB", "AlphabeticA", "AlphabeticC", in testSearch_appsAreRankedByResumeTimeAfterUpdate()
213 testSearch("alphabetic", "AlphabeticA", "AlphabeticB", "AlphabeticC", "AlphabeticD", in testSearch_notAllowedToRankByLaunchCount()
228 testSearch("dis"); in testSearch_disabledPackage()
242 testSearch("dis", "DisabledApp2"); in testSearch_disabledComponent()
[all …]