Home
last modified time | relevance | path

Searched refs:otherTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DSystemUpdatePolicy.java592 protected void limitEffectiveTime(long otherTime) { in limitEffectiveTime() argument
593 mEffectiveTime = Long.min(mEffectiveTime, otherTime); in limitEffectiveTime()