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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DBaseSettingsProviderTest.java106 Uri uri = getBaseUriForType(type);
118 Uri uri = getBaseUriForType(type);
123 Uri uri = getBaseUriForType(type);
142 uri = Uri.withAppendedPath(getBaseUriForType(type), name);
146 uri = getBaseUriForType(type);
330 protected static Uri getBaseUriForType(int type) { method in class:BaseSettingsProviderTest
H A DSettingsProviderTest.java229 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(SETTING_TYPE_SYSTEM),
473 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME);
492 Uri uri = getBaseUriForType(type);
547 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME);
617 final Uri settingUri = getBaseUriForType(type);
667 Uri uri = getBaseUriForType(type);

Completed in 76 milliseconds