/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
PlayControlsRowViewTest.java | 146 // Wait until TV is resumed.
|
/system/nativepower/daemon/ |
power_manager.cc | 121 LOG(INFO) << "Resumed from suspend at "
|
/system/update_engine/common/ |
action_processor.h | 106 // delegate once the processor is resumed.
|
constants.cc | 65 const char kPrefsResumedUpdateFailures[] = "resumed-update-failures";
|
error_code_utils.cc | 124 return "Resumed";
|
mock_http_fetcher.cc | 111 // The transfer cannot be resumed.
|
mock_http_fetcher.h | 88 // The transfer cannot be resumed.
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 55 int resuming; /* starting a resumed session */ 256 int resumed; local 267 resumed = tls_connection_resumed(sm->ssl_ctx, data->ssl.conn); 269 "EAP-PEAP: CMK derivation - reauth=%d resumed=%d phase2_eap_started=%d phase2_success=%d", 270 data->reauth, resumed, data->phase2_eap_started, 272 if (data->reauth && !data->phase2_eap_started && resumed) { [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
ResumeTest.java | 336 ("==> Send ThreadReference.Resume command 1 time - thread must NOT be actually resumed..."); 377 + (suspendNumber-1) + " - thread must be actually resumed");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
vault.py | 208 :param upload_id: existing Glacier upload id of upload being resumed. 216 point being resumed. Use fobj.seek(0) to achieve this if necessary.
|
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 357 * This may end up being deferred until we move to the resumed state. [all...] |
/frameworks/base/docs/html/guide/components/ |
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 [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
PendingIntentRecord.java | 238 != ActivityStack.ActivityState.RESUMED) { 239 // Cannot start a child activity if the parent is not resumed.
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
SurfaceCompositionMeasuringActivity.java | 231 * Wait until activity is resumed. 242 throw new RuntimeException("Activity was not resumed");
|
/libcore/ojluni/src/main/java/sun/misc/ |
VM.java | 62 // Causes any suspended threadgroups to be resumed. 69 // Causes threadgroups no longer marked suspendable to be resumed.
|
/system/update_engine/payload_consumer/ |
delta_performer.h | 146 // can't be resumed. Performs a quick update-in-progress reset if |quick| is 278 // update attempt to be resumed after reboot.
|
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
MainActivity.java | 42 * Main activity which posts a notification when resumed, and allows customization
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
MainActivity.java | 42 * Main activity which posts a notification when resumed, and allows customization
|
/development/apps/Development/src/com/android/development/ |
MediaScannerActivity.java | 60 /** Called when the activity is first created or resumed. */
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
MainActivity.java | 42 * Main activity which posts a notification when resumed, and allows customization
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPInvokeMethodSuspendedTwiceTestCase.java | 118 // At this point, the event thread #1 should have been resumed once for the invoke. But
|
JDWPInvokeMethodWithSuspensionTestCase.java | 108 // the invoke has resumed it too, its suspend count must remain 1.
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
audio_AudioAfterSuspend.py | 89 # Plugged before resumed
|
/external/boringssl/src/tool/ |
transport_common.cc | 172 fprintf(stderr, " Resumed session: %s\n",
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
modpython.py | 83 # gets called if the generator is resumed.
|