OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNAPSHOTS
(Results
1 - 3
of
3
) 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
") \
262
* This routine checks if
snapshots
are enabled in AVD config.ini file.
264
* 1 -
Snapshots
are enabled in AVD config.ini file.
265
* 0 -
Snapshots
are disabled in AVD config.ini file, of config.ini file is not
/external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js
270
SNAPSHOTS
: '
snapshots
',
[
all
...]
Completed in 73 milliseconds