HomeSort by relevance Sort by last modified time
    Searched full:uris (Results 76 - 100 of 690) sorted by null

1 2 34 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 189 protected Bitmap doInBackground(Uri... uris) {
190 dumpImageMetaData(uris[0]);
191 return getBitmapFromUri(uris[0]);
  /developers/samples/android/content/documentsUi/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 189 protected Bitmap doInBackground(Uri... uris) {
190 dumpImageMetaData(uris[0]);
191 return getBitmapFromUri(uris[0]);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PhotosContentJob.java 46 // Path segments for image-specific URIs in the provider.
128 // If we have details about which URIs changed, then iterate through them
189 // We don't have any details about URIs (because too many changed at once),
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
StorageClientFragment.java 189 protected Bitmap doInBackground(Uri... uris) {
190 dumpImageMetaData(uris[0]);
191 return getBitmapFromUri(uris[0]);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 30 * This class is used to resolve relative URIs and SystemID
31 * strings into absolute URIs.
33 * <p>This is a generic utility for resolving URIs, other than the
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 30 * This class is used to resolve relative URIs and SystemID
31 * strings into absolute URIs.
33 * <p>This is a generic utility for resolving URIs, other than the
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 226 turnServer.uris = turnServer.uris.filter(
229 var iceServers = createIceServers(turnServer.uris,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 215 final HashSet<Uri> uris = new HashSet<Uri>(); local
216 uris.add(message.uri);
217 activity.getConversationUpdater().markConversationMessagesUnread(mConversation, uris,
  /external/chromium-trace/catapult/third_party/webapp2/
TODO 42 Issues: #444 (routing based on hostnames), #843 (limitations to build URIs),
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
app.rst 59 The router object is responsible for everything related to mapping URIs to
62 - Stores registered "routes", which map URIs to the application handlers
69 - Builds URIs for the registered routes.
79 The router has several methods to override how URIs are matched or built or how
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
LocalUriFetcher.java 27 * Opens an input stream for a uri pointing to a local asset. Only certain uris are supported
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
HeadlessNet.java 75 Gdx.app.error("HeadlessNet", "Opening URIs on this environment is not supported. Ignoring.");
  /frameworks/base/docs/html/training/beam-files/
index.jd 39 URIs or other small messages. In addition, Android Beam is only one of the features available
  /frameworks/base/docs/html/training/testing/integration-testing/
content-provider-testing.jd 151 Test all the URIs that your provider offers. Your provider may offer several URIs,
155 Test invalid URIs: Your unit tests should deliberately call the provider with an
157 {@code IllegalArgumentException} for invalid URIs.
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 48 * resolve relative URIs in the stylesheet. This must be
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 31 * URIs. When an <code>EntityReference</code> node represents a reference to
  /libcore/ojluni/src/main/java/java/net/
InMemoryCookieStore.java 143 * Get all URIs, which are associated with at least one cookie
147 List<URI> uris = new ArrayList<URI>(); local
155 uris.addAll(uriIndex.keySet());
338 // index on Android and we want to support null URIs. The underlying
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 61 // TODO: Fix ContactsProvider2 getType method to resolve the group Uris
  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 51 mUriList = intent.getParcelableArrayListExtra("delete-uris");
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 340 if (shareData.uris != null) {
341 mUrisToSend = shareData.uris;
459 mUrisToSend = shareData.uris;
745 int doHandover(Uri[] uris, UserHandle userHandle) throws IOException {
773 mHandoverDataParser.getOutgoingHandoverData(response), uris, userHandle)) {
792 Uri[] uris; local
801 uris = mUrisToSend;
810 if (uris != null) {
813 int handoverResult = doHandover(uris, userHandle);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
FolderDrawerItem.java 63 // True if folder types and URIs are the same
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
NfcTestActivity.java 80 Uri[] uris = new Uri[] { uri }; local
83 mNfcAdapter.setBeamPushUris(uris, this);
  /external/autotest/site_utils/autoupdate/lib/
test_params.py 148 """Short textual representation w/o image/payload URIs."""
155 """Full textual representation w/ image/payload URIs."""
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 44 /** If true, additional permissions to specific Uris in this content
54 * allowed to be granted. If null, all URIs are allowed. The
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 60 * identifiers to local URIs or to look up replacements in a catalog
87 * system identifiers to secure and/or local URIs, to look up

Completed in 875 milliseconds

1 2 34 5 6 7 8 91011>>