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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
TrackedCollections.java 31 private static final long MILLIS_IN_MINUTE = 60 * 1000;
32 private static final long HALFWAY_DELAY = 30 * MILLIS_IN_MINUTE;
90 return ((float) count2 - count1) / (uptime2 - uptime1) * 60 * MILLIS_IN_MINUTE;
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 107 private static final long MILLIS_IN_MINUTE = 60 * 1000;
607 long millisUtilNextMinute = MILLIS_IN_MINUTE - (time % MILLIS_IN_MINUTE);
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 281 milliseconds