/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | OneShotScheduler.java | 34 private HashMap <String, Integer> scheduled; field in OneShotScheduler 41 scheduled = new HashMap<String, Integer>(); in OneShotScheduler() 48 scheduled.clear(); in reset() 61 if (!scheduled.containsKey(filter.getName())) { in scheduleNextNode() 63 scheduled.put(filter.getName(),1); in scheduleNextNode()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/ |
D | TestScheduledExecutorService.java | 36 private List<TestFuture> scheduled = new ArrayList<>(); field in TestScheduledExecutorService 118 scheduled.add(future); in schedule() 140 for (TestFuture future : scheduled) { in runAll() 146 scheduled.get(taskIndex).runnable.run(); in run()
|
/frameworks/base/docs/html/topic/performance/power/network/ |
D | action-app-traffic.jd | 94 <a href="{@docRoot}training/sync-adapters/index.html">Sync Adapter for scheduled syncs</a> 104 <strong>Note:</strong> For scheduled data synchronization, you should <em>always</em> prefer GCM
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them… 67 <p>You can further reduce the impact of these scheduled alarms by opportunistically reducing their …
|
D | efficient-network-access.jd | 122 …reempting scheduled updates and prefetches, so that they are all executed when time-sensitive tran… 130 … regularly scheduled updates. The planned update should be executed at the same time as the on-dem…
|
D | connectivity_patterns.jd | 34 …nnection has been established to execute significant downloads, preempt scheduled updates, and pot…
|
/frameworks/base/docs/html/training/articles/ |
D | direct-boot.jd | 37 <li>Apps that have scheduled notifications, such as alarm clock 68 run during Direct Boot mode, such as triggering a scheduled alarm.</p>
|
D | perf-jni.jd | 71 <p>All threads are Linux threads, scheduled by the kernel. They're usually
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | index.jd | 80 all run at the same time. Your data transfer is also scheduled in conjunction with data
|
/frameworks/opt/net/wifi/service/proto/ |
D | wifi.proto | 69 // Number of repeated background scans that were scheduled to the chip.
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 172 expected? Is a scheduled in-app event driving up usage? You can answer all
|
/frameworks/base/docs/html/training/system-ui/ |
D | immersive.jd | 215 you'll probably want to cancel any pending "hide" operations you previously scheduled
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 174 screen is off. This ensures that the alarm will fire at the scheduled time. This is useful
|
/frameworks/base/docs/html/wear/preview/features/ |
D | complications.jd | 253 period to 0 so scheduled update requests do not occur (or set it to a
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 481 scheduled over. </td> 1055 <td>If this event counts as busy time or is free time that can be scheduled over.</td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 670 scheduled task should run. You can schedule the task to run under specific 696 the system will run any scheduled job that is ready to run, even if the job’s
|
D | android-4.0.jd | 205 scheduled and specify an alarm method such as to use an alert, email, or SMS to remind 247 Whether the time period of this event allows for other events to be scheduled at the same time</li>
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 322 distinguish user-scheduled reminders from other events
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 248 when the user presses play in your app). Even a user-scheduled alarm from the
|
/frameworks/base/docs/html/topic/libraries/data-binding/ |
D | index.jd | 1470 When a variable or observable changes, the binding will be scheduled to
|