/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | PerformanceTest.java | 86 final Timers timers = new Timers(); in testSingle() local 88 doSingle(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, timers); in testSingle() 93 timers.dumpResults(); in testSingle() 96 private void doSingle(Uri collection, Timers timers) throws Exception { in doSingle() argument 109 timers.actionInsert.start(); in doSingle() 111 timers.actionInsert.stop(); in doSingle() 113 timers.notifyInsert.start(); in doSingle() 115 timers.notifyInsert.stop(); in doSingle() 125 timers.actionUpdate.start(); in doSingle() 127 timers.actionUpdate.stop(); in doSingle() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 135 val timers: List<Timer> constant in com.android.deskclock.data.TimerModel 170 val timers = mutableExpiredTimers constant in com.android.deskclock.data.TimerModel 171 return if (timers.isEmpty()) null else timers[timers.size - 1] 281 for (timer in timers) { in updateTimersAfterReboot() 295 for (timer in timers) { in updateTimersAfterTimeSet() 312 for (timer in timers) { in resetOrDeleteExpiredTimers() 328 for (timer in timers) { in resetMissedTimers() 344 for (timer in timers) { in resetUnexpiredTimers() 477 val timers = mutableTimers in doUpdateTimer() constant 478 val index = timers.indexOf(timer) in doUpdateTimer() [all …]
|
D | TimerDAO.kt | 63 val timers: MutableList<Timer> = ArrayList(timerIds.size) in getTimers() constant 81 timers.add(Timer(id, it, length, totalLength, lastStartTime, in getTimers() 86 return timers in getTimers()
|
D | DataModel.kt | 416 val timers: List<Timer> constant in com.android.deskclock.data.DataModel 419 return mTimerModel!!.timers
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerPagerAdapter.kt | 48 override fun getCount(): Int = timers.size in getCount() 58 val position = timers.indexOf(timer) in getItemPosition() 68 val timer = timers[position] in instantiateItem() 155 return timers[index] in getTimer() 158 private val timers: List<Timer> constant in com.android.deskclock.timer.TimerPagerAdapter 159 get() = DataModel.dataModel.timers
|
D | TimerFragment.kt | 161 val index: Int = DataModel.dataModel.timers.indexOf(it) in onStart() 180 val index: Int = DataModel.dataModel.timers.indexOf(it) in onResume() 658 val index: Int = DataModel.dataModel.timers.indexOf(after) in timerUpdated()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | HandleApiCalls.kt | 348 val timers: List<Timer> = DataModel.dataModel.timers in handleShowTimers() constant 349 if (timers.isNotEmpty()) { in handleShowTimers() 350 val newestTimer = timers[timers.size - 1] in handleShowTimers() 386 for (t in DataModel.dataModel.timers) { in handleSetTimer()
|
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/ |
D | TimerServiceTest.java | 63 final List<Timer> timers = new ArrayList<>(DataModel.getDataModel().getTimers()); in clearTimers() 64 for (Timer timer : timers) { in clearTimers()
|
D | TimerFragmentTest.java | 146 final List<Timer> timers = new ArrayList<>(DataModel.getDataModel().getTimers()); in clearTimers() 147 for (Timer timer : timers) { in clearTimers()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | sv_wordlist.combined.gz |
|