Searched refs:stopWatch (Results 1 – 2 of 2) sorted by relevance
897 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase() local913 stopWatch.lap("Queried the Contacts database"); in updateSmartDialDatabase()924 stopWatch.lap("Finished deleting deleted entries"); in updateSmartDialDatabase()954 stopWatch.lap("Finished deleting entries belonging to updated contacts"); in updateSmartDialDatabase()973 stopWatch.lap("Finished building the smart dial table"); in updateSmartDialDatabase()992 stopWatch.lap("Queried the smart dial table for contact names"); in updateSmartDialDatabase()998 stopWatch.lap("Finished building the name prefix table"); in updateSmartDialDatabase()1032 stopWatch.lap(TAG + "Finished recreating index"); in updateSmartDialDatabase()1043 stopWatch.stopAndLog(TAG + "Finished updating index stats", 0); in updateSmartDialDatabase()1078 final StopWatch stopWatch = DEBUG ? StopWatch.start(":Name Prefix query") : null; in getLooseMatches() local[all …]
663 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume() local669 stopWatch.lap("qloc"); in onResume()677 stopWatch.lap("dtwd"); in onResume()679 stopWatch.lap("hptc"); in onResume()685 stopWatch.lap("fdin"); in onResume()692 stopWatch.lap("hnt"); in onResume()696 stopWatch.lap("bes"); in onResume()698 stopWatch.stopAndLog(TAG, 50); in onResume()