Searched defs:instances (Results 1 - 4 of 4) 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/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java78 private static WeakHashMap<Context, WeakReference<CalendarController>> instances = field in class:CalendarController
284 synchronized (instances) {
286 WeakReference<CalendarController> weakController = instances.get(context);
293 instances.put(context, new WeakReference(controller));
306 instances.remove(context);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java300 * This command dumps the list of instances to the log for debugging.
322 * This command queries the number of instances and compares it to the given
347 * When this command runs it verifies that all of the instances in the
348 * given range match the expected instances (each instance is specified by
354 long[] instances; field in class:CalendarProvider2Test.VerifyAllInstances
371 this.instances = new long[len];
375 this.instances[index++] = time.toMillis(false /* use isDst */);
382 if (instances != null) {
383 len = instances.length;
388 assertEquals("number of instances do
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 264 milliseconds