Searched refs:stopWatch (Results 1 – 2 of 2) sorted by relevance
606 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase() local621 stopWatch.lap("Queried the Contacts database"); in updateSmartDialDatabase()632 stopWatch.lap("Finished deleting deleted entries"); in updateSmartDialDatabase()666 stopWatch.lap("Finished deleting entries belonging to updated contacts"); in updateSmartDialDatabase()694 stopWatch.lap("Finished building the smart dial table"); in updateSmartDialDatabase()720 stopWatch.lap("Queried the smart dial table for contact names"); in updateSmartDialDatabase()726 stopWatch.lap("Finished building the name prefix table"); in updateSmartDialDatabase()784 stopWatch.lap(TAG + "Finished recreating index"); in updateSmartDialDatabase()795 stopWatch.stopAndLog(TAG + "Finished updating index stats", 0); in updateSmartDialDatabase()833 final StopWatch stopWatch = DEBUG ? StopWatch.start(":Name Prefix query") : null; in getLooseMatches() local[all …]
632 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume() local638 stopWatch.lap("qloc"); in onResume()646 stopWatch.lap("dtwd"); in onResume()648 stopWatch.lap("hptc"); in onResume()654 stopWatch.lap("fdin"); in onResume()661 stopWatch.lap("hnt"); in onResume()665 stopWatch.lap("bes"); in onResume()667 stopWatch.stopAndLog(TAG, 50); in onResume()