HomeSort by relevance Sort by last modified time
    Searched defs:resourceUri (Results 1 - 6 of 6) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 185 Uri resourceUri = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
187 parser = getResourceXmlPullParser(resourceUri);
255 * @param resourceUri A fully qualified resource name referencing a local XML resource.
258 protected XmlPullParser getResourceXmlPullParser(Uri resourceUri) {
261 String authority = resourceUri.getAuthority();
264 throw new FileNotFoundException("No authority: " + resourceUri);
269 throw new FileNotFoundException("No package found for authority: " + resourceUri);
272 List<String> path = resourceUri.getPathSegments();
274 throw new FileNotFoundException("No path: " + resourceUri);
282 throw new FileNotFoundException("Single path segment is not a resource ID: " + resourceUri);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableLoader.java 293 Uri resourceUri = options.getResourceUri();
294 if (resourceUri != null) {
297 options.getContext().getContentResolver().openInputStream(resourceUri);
308 + resourceUri.toString());
312 Log.w(TAG, "Get null resourceUri from BitmapWorkerOptions.");
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 86 milliseconds