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

  /libcore/luni/src/main/java/javax/sql/
DataSource.java 29 * A class which implements the {@code DataSource} interface is typically
33 * The {@code DataSource} interface is typically implemented by the writer of a
34 * JDBC driver. There are three variants of the {@code DataSource} interface,
37 * <li><i>Standard {@code DataSource}</i>: produces standard {@code Connection}
39 * <li><i>Connection Pool {@code DataSource}</i>: produces {@code
42 * <li><i>Distributed transaction {@code DataSource} ("XADataSource")</i>:
49 * Note that a JDBC driver which is accessed via the {@code DataSource}
53 public interface DataSource extends CommonDataSource, Wrapper {
57 * DataSource}.
68 * DataSource}, using the supplied user name and password
    [all...]
  /frameworks/base/include/media/stagefright/
DataSource.h 34 class DataSource : public RefBase {
42 static sp<DataSource> CreateFromURI(
46 DataSource() {}
70 const sp<DataSource> &source, String8 *mimeType,
77 virtual ~DataSource() {}
83 DataSource(const DataSource &);
84 DataSource &operator=(const DataSource &);
  /packages/apps/Gallery3D/src/com/cooliris/media/
DataSource.java 21 public interface DataSource {
36 // This method is called so that we can setup listeners for any databases that the datasource uses
  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
Slideshow.java 45 public interface DataSource {
66 private DataSource mSource;
80 public void setDataSource(DataSource source) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 41 milliseconds