HomeSort by relevance Sort by last modified time
    Searched refs:timeRange (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 6 // timeRange, etc.)
163 // timeRange(hour)
165 t.expectEquals(true, timeRange(3));
166 t.expectEquals(false, timeRange(2));
168 // timeRange(hour1, hour2)
170 t.expectEquals(true, timeRange(2, 3));
171 t.expectEquals(true, timeRange(2, 4));
172 t.expectEquals(true, timeRange(3, 5));
173 t.expectEquals(false, timeRange(1, 2));
174 t.expectEquals(false, timeRange(11, 12))
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaClustering.java 103 public void setTimeRange(long timeRange, int numItems) {
110 mClusterSplitTime = timeRange / numItems * CLUSTER_SPLIT_MULTIPLIER;
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java     [all...]
CalendarView.java     [all...]

Completed in 124 milliseconds