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.java235 String firstValue = queryStringViaProviderApi(SETTING_TYPE_SYSTEM, FAKE_SETTING_NAME, in testQueryStringWithAppendedNameToUriViaProviderApi()
478 String firstValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME, true, false); in doTestQueryStringInBracketsViaProviderApiForType()
519 String firstValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in toTestBulkInsertViaProviderApiForType()
523 String secondValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_1); in toTestBulkInsertViaProviderApiForType()
527 String thirdValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()
542 String value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
552 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
561 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
570 value = queryStringViaProviderApi(type, FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
753 queryStringViaProviderApi( in testLocationProvidersAllowed_disableProviders()
[all …]
DBaseSettingsProviderTest.java134 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi() method in BaseSettingsProviderTest
135 return queryStringViaProviderApi(type, name, false, false); in queryStringViaProviderApi()
138 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi() method in BaseSettingsProviderTest