/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/ |
native_activity.h | 117 * NativeActivity has resumed. See Java documentation for Activity.onResume()
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/ |
native_activity.h | 117 * NativeActivity has resumed. See Java documentation for Activity.onResume()
|
/prebuilts/ndk/r11/sources/android/native_app_glue/ |
android_native_app_glue.h | 284 * Command from main thread: the app's activity has been resumed.
|
/prebuilts/ndk/r13/sources/android/native_app_glue/ |
android_native_app_glue.h | 284 * Command from main thread: the app's activity has been resumed.
|
/system/update_engine/common/ |
action.h | 127 // Called on asynchronous actions if the processing is suspended and resumed,
|
/system/update_engine/payload_consumer/ |
postinstall_runner_action_unittest.cc | 124 // Schedule to be resumed in a little bit.
|
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/ |
ActivityManagerState.java | 44 public static final String STATE_RESUMED = "RESUMED"; 133 logE("No resumed activities found...");
|
/external/chromium-trace/catapult/devil/devil/android/ |
battery_utils.py | 435 resumed and power data since last charge is no longer collected. 624 Once the with block is exited, charging is resumed. Will attempt to disable
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
battery_utils.py | 391 resumed and power data since last charge is no longer collected. 580 Once the with block is exited, charging is resumed. Will attempt to disable
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
TagBalancingHtmlStreamEventReceiver.java | 253 * True if the adoption agency algorithm allows an element to be resumed 256 * resumed after the {@code <b>} element is closed. [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 411 * This may end up being deferred until we move to the resumed state. [all...] |
/frameworks/base/media/java/android/media/ |
SoundPool.java | 97 * paused or resumed, and the application can also alter the pitch by 348 * are playing can be resumed by calling autoResume().
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsVideoCallProviderWrapper.java | 306 // Request is to resume, but we're already resumed so ignore the request. 308 + "skipping resume request - already resumed.",
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLServerSocket.java | 446 * must be resumed. 458 * session must be resumed
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_client.go | 566 return false, errors.New("tls: server resumed a session with a different version") 571 return false, errors.New("tls: server resumed a session with a different cipher suite")
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_client.go | 566 return false, errors.New("tls: server resumed a session with a different version") 571 return false, errors.New("tls: server resumed a session with a different cipher suite")
|
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/ |
SideloadOtaStabilityTest.java | 123 /** controls if this test should be resumed. Only used if mResumeMode is enabled */ 221 // throw up an exception so this test can be resumed
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GLSurfaceViewCustom.java | 125 * A GLSurfaceView must be notified when the activity is paused and resumed. GLSurfaceView clients 297 * resumed. 306 * and recreated when the GLSurfaceView is resumed. 558 * Inform the view that the activity is resumed. The owner of this view must 559 * call this method when the activity is resumed. Calling this method will [all...] |
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 828 // Offloaded track was draining, we need to carry on draining when resumed 853 // Otherwise the flush would not be done until the track is resumed. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCallTracker.java | [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | 105 * A GLSurfaceView must be notified when the activity is paused and resumed. GLSurfaceView clients 487 * Inform the view that the activity is resumed. The owner of this view must 488 * call this method when the activity is resumed. Calling this method will [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
ApplicationsState.java | 406 // If we are not resumed, we will do a full query the 409 if (DEBUG_LOCKING) Log.v(TAG, "addPackage release lock: not resumed"); 497 // If resumed, Manually pause, then cause a resume to repopulate the app list. [all...] |
/art/runtime/ |
thread_list.cc | 1510 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); local [all...] |
/bootable/recovery/updater/ |
blockimg.cpp | 985 * verification fails in a way that the update cannot be resumed anymore. [all...] |
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/ |
ActivityManagerAppConfigurationTests.java | 583 mAmWmState.assertResumedActivity("Launched activity must be resumed", NIGHT_MODE_ACTIVITY);
|