Home
last modified time | relevance | path

Searched refs:finishes (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/docs/html/training/wearables/ui/
Dconfirm.jd49 starts the timer. The user has the option to cancel the action until the timer finishes. Your app
84 <p>To be notified when the timer finishes or when users tap on it, implement the corresponding
177 finishes and your activity resumes.</p>
/frameworks/base/docs/html/training/scheduling/
Dindex.jd40 to keep running until a critical operation finishes.</p>
Dalarms.jd323 finishes booting (this only works if the app has already been launched by the user at least once):
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd145 <p>When the task finishes retrieving data, your code invokes a callback method. The following
201 <p>When the task that retrieves your data finishes, call the
209 invoke when it finishes retrieving calendar data:</p>
/frameworks/base/docs/html/training/swipe/
Dindex.jd64 … SwipeRefreshLayout widget displays a progress indicator until your app finishes updating its data…
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd93 is still around when the task finishes, so you must also check the reference in {@link
96 configuration change happens before the task finishes.</p>
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd118 finishes, {@link android.support.v4.content.CursorLoader} re-runs its query.
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd84 hides the input method when the user finishes the task in the text field or the user can hide
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd37 <p>When your activity is destroyed because the user presses <em>Back</em> or the activity finishes
Dstarting.jd224 <p>Once the {@link android.app.Activity#onCreate onCreate()} finishes execution, the system
/frameworks/base/docs/html/training/implementing-navigation/
Dancestral.jd133 navigateUpFromSameTask()}. When you call this method, it finishes the current activity and
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd123 <dd>A tab for this file appears in Android Studio when the New Project workflow finishes. When you
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd105 page content. When it finishes, it passes back a result string.</li>
Dxml.jd435 the feed. When it finishes, it passes back a result string.</li>
/frameworks/base/docs/html/guide/components/
Drecents.jd190 finishes. You can override this behavior with the {@link android.app.ActivityManager.AppTask} class,
/frameworks/base/docs/html/preview/features/
Dbackground-optimization.jd255 android.app.job.JobService} finishes handling the most recent callback.
Dkey-attestation.jd781 device finishes booting. For more information about this feature, see the
/frameworks/base/docs/html/google/play/billing/
Dapi.jd154 <li>When the checkout flow finishes (that is, the user successfully
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd44 When Android Beam file transfer finishes copying files to the receiving device, it posts a
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd195 freezing until the operation finishes. Instead, you should use the asynchronous
/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd169 finishes editing and saves the edits, the contacts app displays a contact list. When the user
/frameworks/base/docs/html/design/wear/
Dstructure.jd167 <li>A short game can exit when the game finishes.</li>
/frameworks/base/docs/html/training/tv/games/
Dindex.jd52 word or card game, one player at a time might view the display. When the player finishes a move,
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd134 <p>When the system activity finishes, it returns a result with the user's chosen
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java1592 ArrayList<ActivityRecord> finishes = null; in activityIdleInternalLocked() local
1648 finishes = new ArrayList<>(mFinishingActivities); in activityIdleInternalLocked()
1674 r = finishes.get(i); in activityIdleInternalLocked()

12