/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 162 mStopWatch.lap("c"); // create start in onCreate() 165 mStopWatch.lap("sc"); // super.onCreate in onCreate() 185 mStopWatch.lap("i"); // intent parsed in onCreate() 190 mStopWatch.lap("ld"); // loader started in onCreate() 198 mStopWatch.lap("l"); // layout inflated in onCreate() 241 mStopWatch.lap("v"); // view initialized in onCreate() 250 mStopWatch.lap("cf"); // onCreate finished in onCreate() 345 mStopWatch.lap("sph"); // Start photo setting in bindData() 350 mStopWatch.lap("ph"); // Photo set in bindData() 394 mStopWatch.lap("e"); // Entities inflated in bindData() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.java | 156 public boolean updateTimeFormats(Lap lap) { in updateTimeFormats() argument 158 while (mLapIndex + 1 < mThresholds.length && lap.mLapTime >= mThresholds[mLapIndex]) { in updateTimeFormats() 163 lap.mTotalTime >= mThresholds[mTotalIndex]) { in updateTimeFormats() 560 long lap = input[lap_i]; in getLapShareTimes() local 561 Log.v("lap "+lap_i+": "+lap); in getLapShareTimes() 562 output[lap_i] = lap - prevLapElapsedTime; in getLapShareTimes() 563 prevLapElapsedTime = lap; in getLapShareTimes() 735 long lap = prefs.getLong(key, 0); in readFromSharedPref() local 736 laps[numLaps - lap_i - 1] = lap - prevLapElapsedTime; in readFromSharedPref() 737 prevLapElapsedTime = lap; in readFromSharedPref()
|
D | StopwatchService.java | 314 long lap = prefs.getLong(key, 0); in readLapsFromPrefs() local 315 if (lap == prevLapElapsedTime && lap_i == numLaps - 1) { in readLapsFromPrefs() 316 lap = mElapsedTime; in readLapsFromPrefs() 318 laps[numLaps - lap_i - 1] = lap - prevLapElapsedTime; in readLapsFromPrefs() 319 prevLapElapsedTime = lap; in readLapsFromPrefs()
|
D | Stopwatches.java | 87 public static String getTimeText(Context context, long time, int lap) { in getTimeText() argument 91 if (lap != NO_LAP_NUMBER) { in getTimeText() 118 seconds, hundreds, decimalSeparator, lap); in getTimeText()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | StopWatch.java | 37 lap(""); in StopWatch() 50 public void lap(String lapLabel) { in lap() method in StopWatch 60 lap(""); in stopAndLog() 101 public void lap(String lapLabel) { in lap() method in StopWatch.NullStopWatch
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | DialpadFragment.java | 550 stopWatch.lap("qloc"); in onResume() 562 stopWatch.lap("dtwd"); in onResume() 567 stopWatch.lap("hptc"); in onResume() 581 stopWatch.lap("tg"); in onResume() 596 stopWatch.lap("fdin"); in onResume() 605 stopWatch.lap("tm"); in onResume() 632 stopWatch.lap("hnt"); in onResume() 636 stopWatch.lap("bes"); in onResume()
|
D | SmartDialLoaderTask.java | 105 stopWatch.lap("Find matches"); in getContactMatches() 110 stopWatch.lap("Sort"); in getContactMatches()
|
D | SmartDialCache.java | 229 stopWatch.lap("SmartDial query complete"); in cacheContacts()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1355802843, ... |
D | cs_wordlist.combined.gz |
|
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1355802843, ... |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1355802858, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | es_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | nl_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | da_wordlist.combined.gz |
|