Searched refs:timeThresholdToLog (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStopWatch.java56 * Stop it and log the result, if the total time >= {@code timeThresholdToLog}.
58 public void stopAndLog(String TAG, int timeThresholdToLog) { argument
66 if (total < timeThresholdToLog) return;
106 public void stopAndLog(String TAG, int timeThresholdToLog) { argument

Completed in 255 milliseconds