Home
last modified time | relevance | path

Searched refs:ongoing (Results 1 – 25 of 32) 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.java240 public void acknowledgeStartMessage(int jobId, boolean ongoing) { in acknowledgeStartMessage() argument
244 mCallbackHandler.obtainMessage(MSG_CALLBACK, jobId, ongoing ? 1 : 0).sendToTarget(); in acknowledgeStartMessage()
/frameworks/base/docs/html/distribute/googleplay/
Dguide.jd42 ongoing, growing revenue streams.
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd32 first use, though. Android apps remove ongoing chores like file management and syncing. Simple tasks
/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/arm11/
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.jd45 you to stop ongoing actions that should not continue while paused (such as a video) or persist
70 <li>Stop animations or other ongoing actions that could consume CPU.</li>
Dstopping.jd60 android.app.Activity#onPause()} to pause ongoing actions and disconnect from system resources.</p>
/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/base/docs/html/distribute/users/
Dpromote-with-ads.jd9 ongoing engagement. AdWords is a powerful and effective way to do both.</p>
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java1224 public Builder setOngoing(boolean ongoing) { in setOngoing() argument
1225 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing); in setOngoing()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd390 notification ID. This method also deletes ongoing notifications.
696 of an ongoing operation. If you can estimate how long the operation takes and how much of it
782 that has the same style as a progress bar, except that its animation is ongoing.
/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.jd315 …h a new API, startForeground(), that helps (and requires) associating an ongoing notification with…
Dkitkat.jd356 that can dramatically reduce power consumed by ongoing sensor activities.
781 When your apps use RenderScript, they'll benefit from <strong>ongoing
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd711 <p>Ongoing notifications keep users informed about an ongoing process in the
718 remove an ongoing notification from the notification drawer.</p>
Dnotifications_k.jd344 <p>Ongoing notifications keep users informed about an ongoing process in the
/frameworks/base/core/java/android/app/
DNotification.java2562 public Builder setOngoing(boolean ongoing) {
2563 setFlag(FLAG_ONGOING_EVENT, ongoing);
/frameworks/base/docs/html/guide/topics/connectivity/
Dwifip2p.jd96 <td>Cancels any ongoing peer-to-peer group negotiation.</td>

12