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

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 51 private static final int INSTANCES = 3;
118 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances", INSTANCES);
119 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances/#", INSTANCES_ID);
164 case INSTANCES:
200 case INSTANCES:
201 return "vnd.android.cursor.dir/instances";
203 return "vnd.android.cursor.item/instances";
244 case INSTANCES:
274 case INSTANCES
    [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()),
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
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...]
CalendarProvider2.java 54 import android.provider.CalendarContract.Instances;
270 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " +
273 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "."
274 + CalendarContract.Instances.EVENT_ID + "=" +
279 CalendarDatabaseHelper.Tables.INSTANCES + " INNER JOIN " +
282 " ON (" + CalendarDatabaseHelper.Tables.INSTANCES + "."
283 + CalendarContract.Instances.EVENT_ID + "=" +
293 CalendarContract.Instances.START_DAY + "<=? AND " +
294 CalendarContract.Instances.END_DAY + ">=?";
297 CalendarContract.Instances.BEGIN + "<=? AND "
    [all...]
  /external/kotlinc/lib/
android-extensions-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.51/
kotlin-android-extensions-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.0/
kotlin-android-extensions-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.20/
kotlin-android-extensions-1.2.20.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 818 milliseconds