/frameworks/base/core/java/android/app/job/ |
D | IJobCallback.aidl | 37 void acknowledgeStartMessage(int jobId, boolean ongoing); in acknowledgeStartMessage() argument
|
/frameworks/base/docs/html/training/notify-user/ |
D | display-progress.jd | 44 of an ongoing operation. If you can estimate how long the operation takes and how much of it 141 that has the same style as a progress bar, except that its animation is ongoing. 181 <p class="img-caption"><strong>Figure 2.</strong> An ongoing activity indicator.</p>
|
D | managing.jd | 100 notification ID. This method also deletes ongoing notifications.
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 17 These archives can be used as an ongoing test to verify that historical encrypted
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobServiceContext.java | 288 public void acknowledgeStartMessage(int jobId, boolean ongoing) { in acknowledgeStartMessage() argument 292 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, ongoing ? 1 : 0).sendToTarget(); in acknowledgeStartMessage()
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 35 first use, though. Android apps remove ongoing chores like file management and syncing. Simple tasks
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | ARM_DELIVERY.TXT | 28 But Beta also indicates that pre-release reliability trials are ongoing and
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | pausing.jd | 50 you to stop ongoing actions that should not continue while paused or persist 80 ongoing actions that could consume CPU. Remember, beginning with Android
|
D | stopping.jd | 60 android.app.Activity#onPause()} to pause ongoing actions and disconnect from system resources.</p>
|
/frameworks/base/docs/html/distribute/users/ |
D | promote-with-ads.jd | 9 ongoing engagement. AdWords campaigns, which you create in the
|
/frameworks/base/docs/html/training/load-data-background/ |
D | setup-loader.jd | 37 query is ongoing.
|
/frameworks/base/docs/html/design/handhelds/ |
D | index.jd | 54 clear navigation path between multiple ongoing tasks.</p>
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 1370 public Builder setOngoing(boolean ongoing) { in setOngoing() argument 1371 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing); in setOngoing()
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 198 <li>Notifications are persistent only if related to ongoing events 226 <li>Expose information/controls relating to an ongoing event (such as
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 246 in an ongoing conversation, displaying personal messages on the screen for an extended period of
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 308 …h a new API, startForeground(), that helps (and requires) associating an ongoing notification with…
|
D | kitkat.jd | 355 that can dramatically reduce power consumed by ongoing sensor activities. 780 When your apps use RenderScript, they'll benefit from <strong>ongoing
|
D | android-5.0-changes.jd | 219 ongoing media session.</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 345 <p>Ongoing notifications keep users informed about an ongoing process in the
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 400 notification ID. This method also deletes ongoing notifications. 1005 of an ongoing operation. If you can estimate how long the operation takes and how much of it 1091 that has the same style as a progress bar, except that its animation is ongoing.
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 96 <td>Cancels any ongoing peer-to-peer group negotiation.</td>
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2873 public Builder setOngoing(boolean ongoing) { in setOngoing() argument 2874 setFlag(FLAG_ONGOING_EVENT, ongoing); in setOngoing()
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 258 a service (or give new instructions to an ongoing service) by
|