Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java234 String firstValue = queryStringViaProviderApi(SETTING_TYPE_SYSTEM, FAKE_SETTING_NAME, in testQueryStringWithAppendedNameToUriViaProviderApi()
504 String firstValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME, true, false); in doTestQueryStringInBracketsViaProviderApiForType()
545 String firstValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in toTestBulkInsertViaProviderApiForType()
549 String secondValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_1); in toTestBulkInsertViaProviderApiForType()
553 String thirdValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()
568 String value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
578 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
587 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
596 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
DBaseSettingsProviderTest.java150 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi() method in BaseSettingsProviderTest
151 return queryStringViaProviderApi(type, name, false, false); in queryStringViaProviderApi()
154 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi() method in BaseSettingsProviderTest