Home
last modified time | relevance | path

Searched refs:ongoing (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/app/job/
DIJobCallback.aidl37 void acknowledgeStartMessage(int jobId, boolean ongoing); in acknowledgeStartMessage() argument
/frameworks/base/docs/html/training/notify-user/
Ddisplay-progress.jd44 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>
Dmanaging.jd100 notification ID. This method also deletes ongoing notifications.
/frameworks/base/tests/LegacyRestoreTest/
DREADME17 These archives can be used as an ongoing test to verify that historical encrypted
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java288 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/
Dcreative-vision.jd35 first use, though. Android apps remove ongoing chores like file management and syncing. Simple tasks
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT28 But Beta also indicates that pre-release reliability trials are ongoing and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT28 But Beta also indicates that pre-release reliability trials are ongoing and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT28 But Beta also indicates that pre-release reliability trials are ongoing and
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dpausing.jd50 you to stop ongoing actions that should not continue while paused or persist
80 ongoing actions that could consume CPU. Remember, beginning with Android
Dstopping.jd60 android.app.Activity#onPause()} to pause ongoing actions and disconnect from system resources.</p>
/frameworks/base/docs/html/distribute/users/
Dpromote-with-ads.jd9 ongoing engagement. AdWords campaigns, which you create in the
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd37 query is ongoing.
/frameworks/base/docs/html/design/handhelds/
Dindex.jd54 clear navigation path between multiple ongoing tasks.</p>
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1370 public Builder setOngoing(boolean ongoing) { in setOngoing() argument
1371 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing); in setOngoing()
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd198 <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/
Dstructure.jd246 in an ongoing conversation, displaying personal messages on the screen for an extended period of
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd308 …h a new API, startForeground(), that helps (and requires) associating an ongoing notification with…
Dkitkat.jd355 that can dramatically reduce power consumed by ongoing sensor activities.
780 When your apps use RenderScript, they'll benefit from <strong>ongoing
Dandroid-5.0-changes.jd219 ongoing media session.</p>
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd345 <p>Ongoing notifications keep users informed about an ongoing process in the
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd400 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/
Dwifip2p.jd96 <td>Cancels any ongoing peer-to-peer group negotiation.</td>
/frameworks/base/core/java/android/app/
DNotification.java2873 public Builder setOngoing(boolean ongoing) { in setOngoing() argument
2874 setFlag(FLAG_ONGOING_EVENT, ongoing); in setOngoing()
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd258 a service (or give new instructions to an ongoing service) by

12