Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DStopWatch.java58 public void stopAndLog(String TAG, int timeThresholdToLog) { in stopAndLog() argument
66 if (total < timeThresholdToLog) return; in stopAndLog()
106 public void stopAndLog(String TAG, int timeThresholdToLog) { in stopAndLog() argument
/packages/apps/Dialer/java/com/android/contacts/common/util/
DStopWatch.java47 public void stopAndLog(String TAG, int timeThresholdToLog) { in stopAndLog() argument
55 if (total < timeThresholdToLog) { in stopAndLog()