HomeSort by relevance Sort by last modified time
    Searched full:suspended (Results 101 - 125 of 645) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 120 * True if the connection is suspended pending the result of asking the
313 // So we mark the connection as suspended, call handleSslErrorRequest
314 // then check if we're still suspended and only wait if we actually
377 // if the connection has been suspended due to an SSL error
396 * Restart a secure connection suspended waiting for user interaction.
HttpConnection.java 82 * Restart a secure connection suspended waiting for user interaction.
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 362 return readUserState(userId).suspended;
365 void setSuspended(boolean suspended, int userId) {
366 modifyUserState(userId).suspended = suspended;
378 boolean notLaunched, boolean hidden, boolean suspended,
389 state.suspended = suspended;
  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 51 EXPECT_EQ(one.suspended, other.suspended);
144 TEST_F(SendStatisticsProxyTest, Suspended) {
146 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
150 EXPECT_TRUE(statistics_proxy_->GetStats().suspended);
154 EXPECT_FALSE(statistics_proxy_->GetStats().suspended);
  /frameworks/av/services/audioflinger/
Effects.h 108 void setSuspended(bool suspended);
109 bool suspended() const;
155 bool mSuspended; // effect is suspended: temporarily disabled by framework
231 // restored after being suspended
355 // true if the effect whose descriptor is passed can be suspended
384 // mSuspendedEffects lists all effects currently suspended in the chain.
  /art/runtime/
thread_state.h 50 kSuspended, // RUNNABLE TS_RUNNING suspended by GC or debugger
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodAfterMultipleThreadSuspensionTest.java 30 * JDWP unit test for ClassType.InvokeCommand command with thread suspended more than once before
NewInstanceAfterMultipleThreadSuspensionTest.java 29 * JDWP unit test for ClassType.NewInstance command with thread suspended more than once before the
InvokeMethod003Test.java 56 // Set METHOD_ENTRY event request so application is suspended.
95 // Now we're suspended, clear event request.
NewInstance002Test.java 57 // Set METHOD_ENTRY event request so application is suspended.
96 // Now we're suspended, clear event request.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 30 * JDWP unit test for ObjectReference.InvokeCommand command with thread suspended more than once
  /external/autotest/server/site_tests/network_WiFi_RoamSuspend/
network_WiFi_RoamSuspend.py 13 """Tests roaming to an AP that changes while we're suspended.
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
network_WiFi_RoamSuspendSSID.py 55 logging.info('Waiting %d seconds for DUT to be fully suspended.',
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDiscoverableTimeoutReceiver.java 19 /* Required to handle timeout notification when phone is suspended */
  /hardware/intel/img/psb_video/src/
object_heap.h 95 * Suspended objects can not be looked up
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingTask.java 77 * Resume the task if it has been suspended before.
  /system/bt/btif/include/
btif_av.h 199 ** Description Clears remote suspended flag
  /system/connectivity/shill/net/
shill_time.h 36 // suspended.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
BreakpointOnCatchTest.java 79 // The debuggee is suspended on the EXCEPTION event: resume it to hit the BREAKPOINT event.
94 logWriter.println("Successfully suspended on a catch statement");
SingleStepWithPendingExceptionTest.java 86 // Exception event suspended all threads: resume them now.
95 // Breakpoint event suspended all threads: resume them now.
  /external/webrtc/webrtc/
video_send_stream.h 72 bool suspended = false; member in struct:webrtc::VideoSendStream::Stats
163 // True if the stream should be suspended when the available bitrate fall
  /frameworks/base/docs/html/training/monitoring-device-state/
connectivity-monitoring.jd 68 suspended until you have a Wi-Fi connection.</p>
86 this broadcast only when you've previously suspended updates or downloads in order to resume them.
  /art/runtime/jdwp/
jdwp.h 182 * JDWP support thread) to be suspended.
325 * suspended itself.
341 * has suspended itself and cleared the token, the JDWP handler continues
343 * event thread doesn't suspend itself until everything else has suspended.
392 // event thread that is not suspended yet, or post a "thread death" or event "VM death"
  /external/webrtc/webrtc/call/
rampup_tests.cc 345 EvolveTestState(transmit_bitrate_bps, stats.suspended);
380 void RampUpDownUpTester::EvolveTestState(int bitrate_bps, bool suspended) {
384 EXPECT_FALSE(suspended);
402 if (bitrate_bps < kExpectedLowBitrateBps && suspended) {
419 if (bitrate_bps > kExpectedHighBitrateBps && !suspended) {
  /frameworks/base/core/java/android/net/
NetworkInfo.java 52 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN
73 /** IP traffic is suspended */
74 SUSPENDED,
106 stateMap.put(DetailedState.SUSPENDED, State.SUSPENDED);

Completed in 1058 milliseconds

1 2 3 45 6 7 8 91011>>