Searched refs:stopWatch (Results 1 – 2 of 2) sorted by relevance
678 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase() local701 stopWatch.lap("Queried the Contacts database"); in updateSmartDialDatabase()709 stopWatch.lap("Finished deleting deleted entries"); in updateSmartDialDatabase()743 stopWatch.lap("Finished deleting entries belonging to updated contacts"); in updateSmartDialDatabase()771 stopWatch.lap("Finished building the smart dial table"); in updateSmartDialDatabase()797 stopWatch.lap("Queried the smart dial table for contact names"); in updateSmartDialDatabase()803 stopWatch.lap("Finished building the name prefix table"); in updateSmartDialDatabase()861 stopWatch.lap(TAG + "Finished recreating index"); in updateSmartDialDatabase()872 stopWatch.stopAndLog(TAG + "Finished updating index stats", 0); in updateSmartDialDatabase()904 final StopWatch stopWatch = DEBUG ? StopWatch.start(":Name Prefix query") : null; in getLooseMatches() local[all …]
778 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume() local784 stopWatch.lap("qloc"); in onResume()792 stopWatch.lap("dtwd"); in onResume()794 stopWatch.lap("hptc"); in onResume()800 stopWatch.lap("fdin"); in onResume()808 stopWatch.lap("hnt"); in onResume()812 stopWatch.lap("bes"); in onResume()814 stopWatch.stopAndLog(TAG, 50); in onResume()