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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
StopWatch.java 58 public void stopAndLog(String TAG, int timeThresholdToLog) {
106 public void stopAndLog(String TAG, int timeThresholdToLog) {
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 138 stopWatch.stopAndLog(LOG_TAG + " Match Complete", 0);
SmartDialCache.java 234 stopWatch.stopAndLog("SmartDial query received null for cursor", 0);
257 stopWatch.stopAndLog("SmartDial caching completed", 0);
DialpadFragment.java 638 stopWatch.stopAndLog(TAG, 50);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 550 mStopWatch.stopAndLog(TAG, 0);

Completed in 179 milliseconds