Home
last modified time | relevance | path

Searched refs:resumed (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/nfc/
DNfcActivityManager.java111 boolean resumed = false; field in NfcActivityManager.NfcActivityState
130 resumed = activity.isResumed(); in NfcActivityState()
138 resumed = false; in destroy()
184 if (state.resumed) { in findResumedActivityState()
216 isResumed = state.resumed; in enableReaderMode()
232 isResumed = state.resumed; in disableReaderMode()
254 isResumed = state.resumed; in setNdefPushContentUri()
272 isResumed = state.resumed; in setNdefPushContentUriCallback()
289 isResumed = state.resumed; in setNdefPushMessage()
307 isResumed = state.resumed; in setNdefPushMessageCallback()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags26 # An activity has been resumed into the foreground but was not already running:
28 # An activity has been resumed and is now in the foreground:
52 # An activity has been relaunched, resumed, and is now in the foreground:
DActivityManagerService.java3082 void updateUsageStats(ActivityRecord component, boolean resumed) { in updateUsageStats() argument
3083 if (DEBUG_SWITCH) Slog.d(TAG, "updateUsageStats: comp=" + component + "res=" + resumed); in updateUsageStats()
3085 if (resumed) { in updateUsageStats()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd66 <dd>Learn what happens when your activity is paused (partially obscured) and resumed and what you
Dstarting.jd67 that takes the activity a step down. The activity can also return to the resumed state from the
/frameworks/base/docs/html/guide/components/
Dfragments.jd59 activity is running (it is in the <em>resumed</em> <a
151 paused or stopped, then resumed.</dd>
242 provides data about the previous instance of the fragment, if the fragment is being resumed
471 removing a fragment, then the fragment is <em>stopped</em> and will be resumed if the user navigates
736 <p>Once the activity reaches the resumed state, you can freely add and remove fragments to the
737 activity. Thus, only while the activity is in the resumed state can the lifecycle of a fragment
740 <p>However, when the activity leaves the resumed state, the fragment again is pushed through its
Dactivities.jd86 the activity is being created, stopped, resumed, or destroyed. The two most important callback
403 // The activity has become visible (it is now "resumed").
537 the next activity will not be resumed until it returns.
549 (either an existing one or a new one) has been resumed and is covering it.
640 the previously saved state, or the activity is stopped, then resumed and the activity state
Dtasks-and-back-stack.jd116 in the foreground, while Task A is in the background, waiting to be resumed.</p>
174 destroyed. The previous activity in the stack is resumed. When an activity is destroyed, the system
411 destroyed and this intent is delivered to the resumed instance of the activity (now on top),
Dservices.jd498 actively performing a job that should be immediately resumed, such as downloading a file.</dd>
/frameworks/base/core/java/android/app/
DActivityThread.java2463 final boolean resumed = !r.paused; in performNewIntents()
2464 if (resumed) { in performNewIntents()
2469 if (resumed) { in performNewIntents()
3587 final boolean resumed = !r.paused; in handleSendResult()
3589 && r.hideForNow && resumed) { in handleSendResult()
3595 if (resumed) { in handleSendResult()
3618 if (resumed) { in handleSendResult()
/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd276 main activity is resumed, or when the game is started and runs in the
390 or resumed, the {@link android.os.Handler} receives a message to start polling
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd333 resumed. Override the lifecycle methods of your main Activity and insert code
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd486 <li>When the app is resumed from the Recents app switcher, the app
490 <li>When the app is resumed after the device wakes from sleep (locked)
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd224 resumed!</strong> This means it should store any state necessary to
/frameworks/base/docs/html/google/gcm/
Dserver-ref.jd120 last message gets sent when delivery can be resumed. This is intended to avoid sending too
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd229 When your activity is resumed or restarted, of course, you need to
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd213 activities that can be resumed as the user navigates up. However, when you supply the <a
Dandroid-4.4.jd385 …ner} interface, which provides callbacks when an animation is paused and resumed: {@link android.a…
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd742 …he spinner selection is maintained after the activity is paused and then resumed. The test uses in…