Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DBaseSettingsProviderTest.java125 Uri uri = getBaseUriForType(type); in insertStringViaProviderApi()
137 Uri uri = getBaseUriForType(type); in deleteStringViaProviderApi()
142 Uri uri = getBaseUriForType(type); in updateStringViaProviderApiSetting()
161 uri = Uri.withAppendedPath(getBaseUriForType(type), name); in queryStringViaProviderApi()
165 uri = getBaseUriForType(type); in queryStringViaProviderApi()
349 protected static Uri getBaseUriForType(int type) { in getBaseUriForType() method in BaseSettingsProviderTest
DSettingsProviderTest.java229 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(SETTING_TYPE_SYSTEM), in testQueryStringWithAppendedNameToUriViaProviderApi()
500 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryStringInBracketsViaProviderApiForType()
519 Uri uri = getBaseUriForType(type); in toTestBulkInsertViaProviderApiForType()
574 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
644 final Uri settingUri = getBaseUriForType(type).buildUpon().appendPath(name).build(); in setSettingAndAssertSuccessfulChange()
696 Uri uri = getBaseUriForType(type); in queryAllSettingsViaProviderApiSettingAndAssertSettingPresent()