OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resumed
(Results
51 - 75
of
581
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
MultiSessionDebuggee.java
42
logWriter.println("FROM DEBUGGEE: thread was
resumed
" );
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPSyncTestCase.java
65
logWriter.println("
Resumed
debuggee VM");
/external/autotest/server/site_tests/platform_InternalDisplay/
platform_InternalDisplay.py
51
logging.info('DUT
resumed
')
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
StatisticsHandler-mbean.properties
21
resumes: Number of requests
resumed
since statsReset() called.
/frameworks/base/core/java/android/app/
IActivityController.aidl
37
* it to be
resumed
as normal, or false to cancel/reject this activity.
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsConnectionStateListener.java
51
* Called when its suspended IMS connection is
resumed
, meaning the connection
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
PausableChronometer.java
32
// to start from this time the next time it's
resumed
.
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
LiveChannelsUiDeviceHelper.java
39
// Make sure that the activity is
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
.
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
EncryptionController.java
100
* Store a resume intent into the {@link IntentStore}. Provisioning will be
resumed
after reboot
144
// If provisioning has already been
resumed
, don't resume it again.
155
ProvisionLogger.logd("Provisioning
resumed
after encryption with action: " + action);
/system/weaved/libweaved/
command.h
119
// This is not terminal state. Command can be
resumed
with |SetProgress| call.
123
// This is not terminal state. Command can be
resumed
with |SetProgress| call.
129
// This is not terminal state. Command can be
resumed
with |SetProgress| call.
/frameworks/base/docs/html/training/basics/activity-lifecycle/
starting.jd
66
the activity a step toward the
Resumed
state at the top, there's a callback method
67
that takes the activity a step down. The activity can also return to the
resumed
state from the
106
<td>
Resumed
/
Resumed
</td>
118
<dt>
Resumed
</dt>
228
{@link android.app.Activity#onResume()} quickly follows and the activity remains in the
Resumed
246
callbacks complete, the activity reaches the
Resumed
state where users can interact with the
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeTest.java
66
* ThreadReference.Status command that all debuggee tested threads are
resumed
.
89
logWriter.println("\n==> Check that all tested threads are
resumed
" +
114
* checks that all debuggee tested threads are
resumed
.
153
logWriter.println("\n==> Check that all tested threads are
resumed
" +
178
* that all debuggee tested threads are
resumed
.
209
logWriter.println("\n==> Check that all tested threads are
resumed
" +
Resume002Test.java
48
* are
resumed
by waiting for them to finish (the debuggee waits for them using Thread.join
70
// Check with the debuggee all threads have been
resumed
correctly and finished.
/external/jetty/src/java/org/eclipse/jetty/server/handler/
StatisticsHandler.java
117
//
resumed
request
267
*
resumed
requests
277
*
resumed
requests
327
*
resumed
requests
354
* @return the number of requests that have been
resumed
461
sb.append("Total requests
resumed
: ").append(getResumes()).append("<br />\n");
/frameworks/base/services/core/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:
/cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
TestApp.java
63
Log.i(TAG, "TestApp has
resumed
");
/external/chromium-trace/catapult/tracing/tracing/extras/importer/android/
event_log_importer.html
35
RESUMED
: '
resumed
',
167
activity.state = ACTIVITY_STATE.
RESUMED
;
306
if (activity.state == ACTIVITY_STATE.
RESUMED
) {
/external/droiddriver/droiddriver-android_support_test/src/io/appium/droiddriver/android_support_test/
D2AndroidJUnitRunner.java
43
.getActivitiesInStage(Stage.
RESUMED
).iterator();
/frameworks/wilhelm/src/objects/
CAudioPlayer.c
45
/** \brief Hook called by Object::Resume when an audio player is
resumed
*/
COutputMix.c
37
/** \brief Hook called by Object::Resume when an output mix is
resumed
*/
/hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h
147
* @return DRM_SUCCESSFUL The video decryption session was
resumed
.
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateForegroundWithSurfaceTexture.java
38
// Used to transition from BackgroundWithSurfaceTexture on module is
resumed
.
/packages/apps/TV/src/com/android/tv/
MainActivityWrapper.java
98
* Checks if the main activity is
resumed
.
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MissingStorageFragment.java
87
Log.i(TAG, "FsUuid " + mFsUuid + " vanished while
resumed
");
Completed in 500 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>