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

  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumbersUtil.java 308 long thresholdMs =
311 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS;
  /cts/hostsidetests/incident/src/com/android/server/cts/
GraphicsStatsValidationTest.java 175 private int countFramesAbove(GraphicsStatsProto proto, int thresholdMs) {
178 if (bucket.getRenderMillis() >= thresholdMs) {

Completed in 789 milliseconds