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

  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 67 private static final int TWO_MINUTES = 1000 * 60 * 2;
295 boolean isSignificantlyNewer = timeDelta > TWO_MINUTES;
296 boolean isSignificantlyOlder = timeDelta < -TWO_MINUTES;
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 47 private static final int TWO_MINUTES = 2 * ONE_MINUTE;
161 if ((bookmark < TWO_MINUTES)
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 461 private static final int TWO_MINUTES = 4 * HALF_MINUTE;
507 if ((bookmark < HALF_MINUTE) || (duration < TWO_MINUTES)

Completed in 299 milliseconds