/frameworks/base/core/java/android/nfc/ |
D | NfcActivityManager.java | 111 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/ |
D | EventLogTags.logtags | 26 # 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:
|
D | ActivityManagerService.java | 3082 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/ |
D | index.jd | 66 <dd>Learn what happens when your activity is paused (partially obscured) and resumed and what you
|
D | starting.jd | 67 that takes the activity a step down. The activity can also return to the resumed state from the
|
/frameworks/base/docs/html/guide/components/ |
D | fragments.jd | 59 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
|
D | activities.jd | 86 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
|
D | tasks-and-back-stack.jd | 116 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),
|
D | services.jd | 498 actively performing a job that should be immediately resumed, such as downloading a file.</dd>
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2463 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/ |
D | compatibility.jd | 276 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/ |
D | nsd.jd | 333 resumed. Override the lifecycle methods of your main Activity and insert code
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 486 <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/ |
D | notepad-ex3.jd | 224 resumed!</strong> This means it should store any state necessary to
|
/frameworks/base/docs/html/google/gcm/ |
D | server-ref.jd | 120 last message gets sent when delivery can be resumed. This is intended to avoid sending too
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 229 When your activity is resumed or restarted, of course, you need to
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 213 activities that can be resumed as the user navigates up. However, when you supply the <a
|
D | android-4.4.jd | 385 …ner} interface, which provides callbacks when an animation is paused and resumed: {@link android.a…
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 742 …he spinner selection is maintained after the activity is paused and then resumed. The test uses in…
|