/frameworks/base/core/java/android/nfc/ |
D | NfcActivityManager.java | 110 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/ |
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 | ActivityStackSupervisor.java | 3107 final ActivityRecord resumed = stack.mResumedActivity; in validateTopActivitiesLocked() local 3108 if (resumed != null && resumed == r) Slog.e(TAG, in validateTopActivitiesLocked()
|
/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 | 492 actively performing a job that should be immediately resumed, such as downloading a file.</dd>
|
/frameworks/base/docs/html/training/game-controllers/ |
D | compatibility.jd | 263 main activity is resumed, or when the game is started and runs in the 377 or resumed, the {@link android.os.Handler} receives a message to start polling
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2790 final boolean resumed = !r.paused; in performNewIntents() 2791 if (resumed) { in performNewIntents() 2796 if (resumed) { in performNewIntents() 4066 final boolean resumed = !r.paused; in handleSendResult() 4068 && r.hideForNow && resumed) { in handleSendResult() 4074 if (resumed) { in handleSendResult() 4097 if (resumed) { in handleSendResult()
|
/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-intl/intl/ru/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/frameworks/base/docs/html/ndk/reference/ |
D | struct_a_native_activity_callbacks.jd | 206 <p>NativeActivity has resumed. See Java documentation for Activity.onResume() for more information.…
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/frameworks/base/docs/html/preview/features/ |
D | multi-window.jd | 121 paused activities, that activity is resumed, and the previously topmost
|
/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-intl/intl/in/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|
/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-intl/intl/pt-br/guide/components/ |
D | activities.jd | 390 // The activity has become visible (it is now "resumed").
|