OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resumed
(Results
1 - 25
of
674
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/1905-suspend-native/
expected.txt
6
Resumer:
resumed
spinner while native spinning
/art/test/1908-suspend-native-resume-self/
expected.txt
10
other thread
resumed
.
native_suspend_resume.cc
35
std::atomic<bool>
resumed
(false);
46
resumed
.store(true);
59
while (!
resumed
.load()) {}
/external/curl/tests/data/
test235
18
FTP
resumed
upload but no file present remotely
/frameworks/base/core/java/android/hardware/display/
IVirtualDisplayCallback.aidl
30
*
resumed
after having been paused.
37
* and it will never be
resumed
. It is still the responsibility
/packages/apps/Dialer/java/com/android/incallui/video/impl/res/values/
strings.xml
13
<!-- Text indicates the call is
resumed
from held by remote party. [CHAR LIMIT=20] -->
14
<string name="videocall_remotely_resumed">Call
resumed
</string>
/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/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.
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/android/arch/lifecycle/
TestUtils.java
19
import static android.arch.lifecycle.Lifecycle.State.
RESUMED
;
51
// "Block until an Activity is
resumed
"...
68
if (currentState ==
RESUMED
) {
/frameworks/base/core/java/android/app/
LocalActivityManager.java
65
static final int CREATED = 2; // Created, not started or
resumed
.
66
static final int STARTED = 3; // Created and started, not
resumed
.
67
static final int
RESUMED
= 4; // Created started and
resumed
.
75
/** The activity that is currently
resumed
. */
84
/** True if only one activity can be
resumed
at a time */
103
* of one activity
resumed
145
if (desiredState ==
RESUMED
) {
148
r.curState =
RESUMED
;
167
if (desiredState ==
RESUMED
) {
[
all
...]
/external/autotest/client/site_tests/power_Resume/
control
20
network interface is UP after it has
resumed
.
control.SuspendToIdle
20
network interface is UP after it has
resumed
.
control.SuspendToRam
20
network interface is UP after it has
resumed
.
control.resume_constraint
20
network interface is UP after it has
resumed
.
/external/autotest/client/site_tests/security_x86Registers/
control
21
suspend/resume cycle to re-verify the values once
resumed
.
/external/autotest/server/site_tests/display_SuspendStress/
control.extended_10min
19
repeatedly suspended and
resumed
in extended mode.
control.extended_30min
19
repeatedly suspended and
resumed
in extended mode.
control.mirrored_10min
19
repeatedly suspended and
resumed
in mirrored mode.
control.mirrored_30min
19
repeatedly suspended and
resumed
in mirrored mode.
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/
control
16
if we suspended and
resumed
twice while WiFi was disabled. Run
/external/curl/docs/cmdline-opts/
continue-at.d
4
Help:
Resumed
transfer offset
/external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java
35
.getActivitiesInStage(Stage.
RESUMED
)
59
* Sets the Supplier for the running (a.k.a.
resumed
or foreground) activity. If a custom runner
73
* Waits for idle on main looper, then gets the running (a.k.a.
resumed
or foreground) activity.
88
* Gets the running (a.k.a.
resumed
or foreground) activity without waiting for idle on main
/external/libmojo/base/android/java/src/org/chromium/base/
ActivityState.java
24
public final int
RESUMED
= 3;
/packages/apps/Dialer/java/com/android/incallui/video/impl/res/values-en-rAU/
strings.xml
7
<string name="videocall_remotely_resumed" msgid="3331784411244773788">"Call
resumed
"</string>
Completed in 488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>