/external/chromium_org/content/browser/geolocation/ |
geolocation_dispatcher_host.h | 25 // then goes on to do so before being resumed, then that renderer will 26 // not get geolocation updates until it is resumed.
|
/external/chromium_org/ash/system/date/ |
clock_observer.h | 17 // Force a refresh (e.g. after the system is resumed).
|
/external/chromium_org/base/android/ |
activity_state_list.h | 13 DEFINE_ACTIVITY_STATE(RESUMED, 3)
|
/external/chromium/net/ftp/ |
ftp_transaction_factory.h | 22 // of new transactions is resumed.
|
/external/chromium_org/net/ftp/ |
ftp_transaction_factory.h | 23 // of new transactions is resumed.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
fragmentlayout-expected-complation77.txt | 5 android.webkit.WebViewFragment : <p> The WebView is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
|
fragmentlayout-expected-complation78.txt | 5 android.webkit.WebViewFragment : <p> The WebView is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
|
/frameworks/base/core/java/android/nfc/ |
NfcActivityManager.java | 108 boolean resumed = false; field in class:NfcActivityManager.NfcActivityState 125 // Check if activity is resumed right now, as we will not 127 resumed = activity.isResumed(); 135 resumed = false; 181 if (state.resumed) { 213 isResumed = state.resumed; 229 isResumed = state.resumed; 251 isResumed = state.resumed; 265 isResumed = state.resumed; 278 isResumed = state.resumed; [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewFragment.java | 29 * The WebView is automically paused or resumed when the Fragment is paused or resumed. 62 * Called when the fragment is no longer resumed. Pauses the WebView.
|
/dalvik/vm/mterp/c/ |
OP_BREAKPOINT.cpp | 16 * the thread resumed.
|
/external/chromium/net/http/ |
http_transaction_factory.h | 34 // of new transactions is resumed.
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 64 static final int CREATED = 2; // Created, not started or resumed. 65 static final int STARTED = 3; // Created and started, not resumed. 66 static final int RESUMED = 4; // Created started and resumed. 74 /** The activity that is currently resumed. */ 83 /** True if only one activity can be resumed at a time */ 102 * of one activity resumed 144 if (desiredState == RESUMED) { 147 r.curState = RESUMED; 166 if (desiredState == RESUMED) { [all...] |
IActivityController.aidl | 37 * it to be resumed as normal, or false to cancel/reject this activity.
|
/external/droiddriver/src/com/google/android/droiddriver/util/ |
ActivityUtils.java | 31 * Sets the Supplier for the running (a.k.a. resumed or foreground) activity. 41 * Gets the running (a.k.a. resumed or foreground) activity.
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
ActivityStatus.java | 27 public static final int RESUMED = ActivityState.RESUMED; 78 onStateChange(activity, RESUMED); 112 || newState == CREATED || newState == RESUMED || newState == STARTED) { 176 * <li> Activity A - RESUMED 181 * <li> Activity B - RESUMED 186 * <li> Activity A - RESUMED
|
/packages/apps/Gallery/src/com/android/camera/ |
MovieView.java | 38 private boolean mResumed = false; // Whether this activity has been resumed. 40 private boolean mControlResumed = false; // Whether the MovieViewControl is resumed.
|
/art/runtime/ |
barrier.h | 38 // variable is resumed.
|
/external/chromium_org/base/power_monitor/ |
power_monitor_source.h | 28 RESUME_EVENT // The system is being resumed.
|
/external/chromium_org/chrome/browser/download/ |
download_resource_throttle.h | 18 // is allowed or not. If the download is allowed the request is resumed. If
|
/frameworks/wilhelm/src/objects/ |
CAudioRecorder.c | 37 /** \brief Hook called by Object::Resume when an audio recorder is resumed */
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/ |
DelayedSyncControllerTest.java | 96 // Make sure the delayed sync can be resumed. 107 assertTrue("Activity should have been resumed",
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PersistentState.java | 40 * because the new instance is resumed before the old one is paused.</p> 92 * Upon being resumed we can retrieve the current state. This allows us 114 * will be restored correctly when we are resumed.
|
/frameworks/base/services/java/com/android/server/am/ |
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:
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
starting.jd | 68 the activity a step toward the Resumed state at the top, there's a callback method 69 that takes the activity a step down. The activity can also return to the resumed state from the 108 <td>Resumed / Resumed</td> 120 <dt>Resumed</dt> 230 {@link android.app.Activity#onResume()} quickly follows and the activity remains in the Resumed 248 callbacks complete, the activity reaches the Resumed state where users can interact with the
|
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.h | 27 // resumed, a DownloadResourceHandler is created and all EventHandler methods
|