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.java208 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_GLOBAL); in testQueryStringInBracketsGlobalViaProviderApiForType()
213 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_SECURE); in testQueryStringInBracketsSecureViaProviderApiForType()
218 doTestQueryStringInBracketsViaProviderApiForType(SETTING_TYPE_SYSTEM); in testQueryStringInBracketsSystemViaProviderApiForType()
466 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() method in SettingsProviderTest