Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java207 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_GLOBAL); in testQueryStringInBracketsGlobalViaProviderApiForType()
212 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_SECURE); in testQueryStringInBracketsSecureViaProviderApiForType()
217 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_SYSTEM); in testQueryStringInBracketsSystemViaProviderApiForType()
492 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() method in SettingsProviderTest