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

  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ProgramInfo.java 101 public final String resourceUri;
123 TvContentRating[] contentRatings, String genre, String resourceUri) {
133 this.resourceUri = resourceUri;
206 resourceUri);
234 Objects.equals(resourceUri, that.resourceUri);
299 public Builder setResourceUri(String resourceUri) {
300 mResourceUri = resourceUri;
  /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 289 Uri resourceUri = options.getResourceUri();
290 if (resourceUri != null) {
293 options.getContext().getContentResolver().openInputStream(resourceUri);
304 + resourceUri.toString());
308 Log.w(TAG, "Get null resourceUri from BitmapWorkerOptions.");
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 322 resourceUri: A version-specific identifier for the watched resource.
359 resourceUri = messages.StringField(8)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 310 resourceUri: A version-specific identifier for the watched resource.
347 resourceUri = _messages.StringField(8)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/
google-api-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.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 513 milliseconds