Searched defs:getBaseUriForType (Results 1 - 1 of 1) 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

Completed in 90 milliseconds