OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSTANCES
(Results
1 - 12
of
12
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java
48
private static final int
INSTANCES
= 3;
110
sURIMatcher.addURI(ClockContract.AUTHORITY, "
instances
",
INSTANCES
);
111
sURIMatcher.addURI(ClockContract.AUTHORITY, "
instances
/#", INSTANCES_ID);
156
case
INSTANCES
:
192
case
INSTANCES
:
193
return "vnd.android.cursor.dir/
instances
";
195
return "vnd.android.cursor.item/
instances
";
236
case
INSTANCES
:
266
case
INSTANCES
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java
39
import android.provider.CalendarContract.
Instances
;
80
+ " LEFT OUTER JOIN " + Tables.
INSTANCES
81
+ " USING (" +
Instances
.EVENT_ID + ","
82
+
Instances
.BEGIN + "," +
Instances
.END + ")"
88
+ " WHERE " + Tables.
INSTANCES
+ "." +
Instances
.BEGIN + " ISNULL"
338
// alarm times are computed from
Instances
.begin (whose units
364
String subQueryPrefix = "SELECT " +
Instances
.BEGIN;
366
+ " AS myAlarmTime" + "," + Tables.
INSTANCES
+ "." + Instances.EVENT_I
[
all
...]
CalendarInstancesHelper.java
34
import android.provider.CalendarContract.
Instances
;
48
CalendarInstancesHelper.InstancesList
instances
= get(syncIdKey);
local
49
if (
instances
== null) {
50
instances
= new CalendarInstancesHelper.InstancesList();
51
put(syncIdKey,
instances
);
53
instances
.add(values);
77
*
Instances
whose event_id field matches one of those events.
80
Instances
._ID + " IN " +
81
"(SELECT " + Tables.
INSTANCES
+ "." +
Instances
._ID + " as _id"
[
all
...]
CalendarProvider2.java
50
import android.provider.CalendarContract.
Instances
;
263
CalendarDatabaseHelper.Tables.
INSTANCES
+ " INNER JOIN " +
266
" ON (" + CalendarDatabaseHelper.Tables.
INSTANCES
+ "."
267
+ CalendarContract.
Instances
.EVENT_ID + "=" +
272
CalendarDatabaseHelper.Tables.
INSTANCES
+ " INNER JOIN " +
275
" ON (" + CalendarDatabaseHelper.Tables.
INSTANCES
+ "."
276
+ CalendarContract.
Instances
.EVENT_ID + "=" +
286
CalendarContract.
Instances
.START_DAY + "<=? AND " +
287
CalendarContract.
Instances
.END_DAY + ">=?";
290
CalendarContract.
Instances
.BEGIN + "<=? AND "
[
all
...]
CalendarDatabaseHelper.java
145
public static final String
INSTANCES
= "
Instances
";
166
"DELETE FROM " + Tables.
INSTANCES
+
167
" WHERE "+ CalendarContract.
Instances
.EVENT_ID + "=" +
333
mInstancesInserter = new DatabaseUtils.InsertHelper(db, Tables.
INSTANCES
);
409
db.execSQL("CREATE TABLE " + Tables.
INSTANCES
+ " (" +
410
CalendarContract.
Instances
._ID + " INTEGER PRIMARY KEY," +
411
CalendarContract.
Instances
.EVENT_ID + " INTEGER," +
412
CalendarContract.
Instances
.BEGIN + " INTEGER," + // UTC millis
413
CalendarContract.
Instances
.END + " INTEGER," + // UTC milli
[
all
...]
/external/testng/src/test/java/test/thread/
ParallelTestTest.java
42
verifyExpected(XmlSuite.ParallelMode.
INSTANCES
, 2, ParallelWithFactorySampleTest.class.getName());
/external/testng/src/main/java/org/testng/
TestRunner.java
734
XmlSuite.ParallelMode.CLASSES, XmlSuite.ParallelMode.
INSTANCES
);
830
if (XmlSuite.ParallelMode.
INSTANCES
.equals(m_xmlTest.getParallel())) {
873
List<List<IMethodInstance>>
instances
= createInstances(methodInstances);
local
[
all
...]
/external/testng/src/main/java/org/testng/xml/
XmlSuite.java
32
TESTS, METHODS, CLASSES,
INSTANCES
, NONE, TRUE, FALSE;
96
/** By default, a method failing will cause all
instances
of that class to skip */
472
XmlUtils.setProperty(p, "group-by-
instances
", String.valueOf(getGroupByInstances()),
/external/guice/extensions/persist/lib/
hibernate3.jar
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 4202 milliseconds