Searched refs:timeThresholdToLog (Results 1 - 2 of 2) 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
/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DStopWatch.java46 /** Stop it and log the result, if the total time >= {@code timeThresholdToLog}. */
47 public void stopAndLog(String TAG, int timeThresholdToLog) { argument
55 if (total < timeThresholdToLog) {

Completed in 117 milliseconds