/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 173 fprintf(stdout, "----- Playing (2s, should have resumed where it paused)\n");
|
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 156 // whenever this activity is resumed after a sub activity was invoked
|
/packages/providers/DownloadProvider/ui/res/values/ |
strings.xml | 80 <string name="dialog_cannot_resume">Download was interrupted and can\'t be resumed.</string>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 184 Verify that a gen exp cannot be resumed while it is actively running:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 184 Verify that a gen exp cannot be resumed while it is actively running:
|
/external/chromium_org/content/browser/loader/ |
resource_loader.cc | 233 deferred_stage_ = DEFERRED_REDIRECT; // Follow redirect when resumed. 529 deferred_stage_ = DEFERRED_READ; // Read first chunk when resumed. 603 deferred_stage_ = DEFERRED_READ; // Read next chunk when resumed.
|
/frameworks/base/docs/html/guide/components/ |
activities.jd | 10 <li>Activities can move into the background and then be resumed with their state restored</li> 92 the activity is being created, stopped, resumed, or destroyed. The two most important callback 360 <dt><i>Resumed</i></dt> 409 // The activity has become visible (it is now "resumed"). 543 the next activity will not be resumed until it returns. 555 (either an existing one or a new one) has been resumed and is covering it. [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
Fragment.java | 171 static final int STARTED = 4; // Created and started, not resumed. 172 static final int RESUMED = 5; // Created started and resumed. 213 // True if the fragment is in the resumed state. 660 if (mState >= RESUMED) { 718 * Return true if the fragment is in the resumed state. This is true [all...] |
FragmentManager.java | [all...] |
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 102 // Maintains the last time any component was resumed, for all time. 724 // We last resumed some other package... just pause it now 727 + " while already resumed in " + mLastResumedPkg); [all...] |
/development/ndk/platforms/android-9/include/android/ |
native_activity.h | 117 * NativeActivity has resumed. See Java documentation for Activity.onResume()
|
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 284 * Command from main thread: the app's activity has been resumed.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/ |
SigninManager.java | 264 // be disabled by policy, and the rest of the sign-in flow can be resumed.
|
/external/chromium_org/cloud_print/service/win/ |
cloud_print_service.cc | 187 LogEvent(_T("Service started/resumed"));
|
/external/chromium_org/content/browser/android/ |
download_controller_android_impl.cc | 295 // TODO(shashishekhar): An interrupted download can be resumed. Android
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_h264_decoder.h | 87 // but do not flush decoder state, so that the playback can be resumed later,
|
/external/chromium_org/sandbox/win/src/ |
interception.h | 125 // The child process must be created suspended, and cannot be resumed until
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
collector.py | 142 # the top, and resumed when they become the top again.
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp.el | 113 resumed instantly."
|
/external/tinycompress/include/tinycompress/ |
tinycompress.h | 194 * @compress: compress stream to be resumed
|
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 184 * resumed printing.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
stopping.jd | 118 created during any of the callback methods leading up to the Resumed state. The system also
|
/frameworks/native/include/android/ |
native_activity.h | 124 * NativeActivity has resumed. See Java documentation for Activity.onResume()
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 261 // currently being resumed (will not auto-cancel an asynchronous resume)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothShare.java | 372 * This transfer was interrupted and cannot be resumed. This is the code for
|