/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | PerformanceTest.java | 85 final Timers timers = new Timers(); in testSingle() local 87 doSingle(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, timers); in testSingle() 92 timers.dumpResults(); in testSingle() 95 private void doSingle(Uri collection, Timers timers) throws Exception { in doSingle() argument 108 timers.actionInsert.start(); in doSingle() 110 timers.actionInsert.stop(); in doSingle() 112 timers.notifyInsert.start(); in doSingle() 114 timers.notifyInsert.stop(); in doSingle() 124 timers.actionUpdate.start(); in doSingle() 126 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 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 | 417 val timers: List<Timer> constant in com.android.deskclock.data.DataModel 420 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/modules/Bluetooth/system/doc/ |
D | power_management.md | 32 controller, timers are used to post messages to the BTA workqueue thread as 101 - If any timers were set for the given `BD_ADDR`, they are stopped. 146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is 169 `bta_dm_pm_btm_status` stops any timers started for the device in 175 stops all timers for the device, and then re-calls `bta_dm_pm_set_mode` 193 #### Events fired from timers
|
/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 | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
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 | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |