HomeSort by relevance Sort by last modified time
    Searched refs:SNAPSHOTS (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 37 public static interface Snapshots {
40 SnapshotProvider.AUTHORITY_URI, "snapshots");
54 public static final String AUTHORITY = "com.android.browser.snapshots";
57 static final String TABLE_SNAPSHOTS = "snapshots";
58 static final int SNAPSHOTS = 10;
67 URI_MATCHER.addURI(AUTHORITY, "snapshots", SNAPSHOTS);
68 URI_MATCHER.addURI(AUTHORITY, "snapshots/#", SNAPSHOTS_ID);
73 static final String DATABASE_NAME = "snapshots.db";
83 Snapshots._ID + " INTEGER PRIMARY KEY AUTOINCREMENT,"
    [all...]
  /external/qemu/android/avd/
info.h 63 _AVD_IMG(SNAPSHOTS,"snapshots.img","snapshots") \
259 * This routine checks if snapshots are enabled in AVD config.ini file.
261 * 1 - Snapshots are enabled in AVD config.ini file.
262 * 0 - Snapshots are disabled in AVD config.ini file, of config.ini file is not

Completed in 337 milliseconds