Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DNfcActivityManager.java110 boolean resumed = false; field in NfcActivityManager.NfcActivityState
129 resumed = activity.isResumed(); in NfcActivityState()
137 resumed = false; in destroy()
183 if (state.resumed) { in findResumedActivityState()
214 isResumed = state.resumed; in enableReaderMode()
230 isResumed = state.resumed; in disableReaderMode()
252 isResumed = state.resumed; in setNdefPushContentUri()
270 isResumed = state.resumed; in setNdefPushContentUriCallback()
287 isResumed = state.resumed; in setNdefPushMessage()
305 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:
DActivityStackSupervisor.java3491 final ActivityRecord resumed = stack.mResumedActivity; in validateTopActivitiesLocked() local
3492 if (resumed != null && resumed == r) Slog.e(TAG, in validateTopActivitiesLocked()
DActivityManagerService.java3397 void updateUsageStats(ActivityRecord component, boolean resumed) { in updateUsageStats() argument
3399 "updateUsageStats: comp=" + component + "res=" + resumed); in updateUsageStats()
3401 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.java2552 final boolean resumed = !r.paused; in performNewIntents()
2553 if (resumed) { in performNewIntents()
2558 if (resumed) { in performNewIntents()
3712 final boolean resumed = !r.paused; in handleSendResult()
3714 && r.hideForNow && resumed) { in handleSendResult()
3720 if (resumed) { in handleSendResult()
3743 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/ndk/reference/
Dstruct_a_native_activity_callbacks.jd206 <p>NativeActivity has resumed. See Java documentation for Activity.onResume() for more information.…
/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…