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

  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 65 private static final int TEN_SECONDS = 10000;
217 mLocationManager.requestLocationUpdates(provider, TEN_SECONDS, TEN_METERS, listener);
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 68 private static final long TEN_SECONDS = 10 * 1000;
70 private static final long FLUSH_INTERVAL = DEBUG ? TEN_SECONDS : TWENTY_MINUTES;

Completed in 5079 milliseconds