/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 | 240 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/ |
D | guide.jd | 42 ongoing, growing revenue streams.
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 32 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/ |
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/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/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 | 45 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>
|
D | stopping.jd | 60 android.app.Activity#onPause()} to pause ongoing actions and disconnect from system resources.</p>
|
/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/base/docs/html/distribute/users/ |
D | promote-with-ads.jd | 9 ongoing engagement. AdWords is a powerful and effective way to do both.</p>
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 1224 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/ |
D | notifications.jd | 390 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/ |
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 | 315 …h a new API, startForeground(), that helps (and requires) associating an ongoing notification with…
|
D | kitkat.jd | 356 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/ |
D | notifications.jd | 711 <p>Ongoing notifications keep users informed about an ongoing process in the 718 remove an ongoing notification from the notification drawer.</p>
|
D | notifications_k.jd | 344 <p>Ongoing notifications keep users informed about an ongoing process in the
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2562 public Builder setOngoing(boolean ongoing) { 2563 setFlag(FLAG_ONGOING_EVENT, ongoing);
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 96 <td>Cancels any ongoing peer-to-peer group negotiation.</td>
|