Searched defs:instances (Results 1 - 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/
H A Dmaketests.py103 instances = [] variable
107 instances.append((startTime,endTime))
109 instances = map(fixInstance, instances) variable
110 instances.sort()
122 for i in instances:
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java214 * This command dumps the list of instances to the log for debugging.
236 * This command queries the number of instances and compares it to the given
261 * When this command runs it verifies that all of the instances in the
262 * given range match the expected instances (each instance is specified by
268 long[] instances; field in class:CalendarProvider2Test.VerifyAllInstances
285 this.instances = new long[len];
289 this.instances[index++] = time.toMillis(false /* use isDst */);
296 if (instances != null) {
297 len = instances.length;
302 assertEquals("number of instances do
[all...]

Completed in 22 milliseconds