HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 1 - 25 of 653) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_reconnect/
name 1 simple disconnected file inode
  /external/e2fsprogs/tests/f_bad_disconnected_inode/
name 0 Disconnected inode with bad fields
  /external/webkit/LayoutTests/fast/dom/Geolocation/
disconnected-frame-already-expected.txt 1 Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.
6 Method called on Geolocation object with disconnected Frame.
disconnected-frame-already.html 10 <script src="script-tests/disconnected-frame-already.js"></script>
disconnected-frame-expected.txt 2 Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.
disconnected-frame-permission-denied-expected.txt 2 Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.
disconnected-frame-permission-denied.html 10 <script src="script-tests/disconnected-frame-permission-denied.js"></script>
disconnected-frame.html 10 <script src="script-tests/disconnected-frame.js"></script>
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-already.js 1 description("Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.");
10 iframe.src = 'resources/disconnected-frame-already-inner2.html';
26 debug('Method called on Geolocation object with disconnected Frame.');
31 iframe.src = 'resources/disconnected-frame-already-inner1.html';
disconnected-frame.js 1 description("Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.");
27 iframe.src = 'resources/disconnected-frame-inner.html';
disconnected-frame-permission-denied.js 1 description("Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.");
41 iframe.src = 'resources/disconnected-frame-inner.html';
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
NetworkState.java 98 Log.v(LOG_TAG, "transition to DISCONNECTED");
104 * Transition from CONNECTED -> DISCONNECTED:
105 * CONNECTED->DISCONNECTING->DISCONNECTED
117 mReason += " the last state should be DISCONNECTED, but it is " + lastState;
124 (curState == State.DISCONNECTED))) {
126 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) {
128 } else if ((preState == State.DISCONNECTED) && (curState == State.DISCONNECTED)) {
139 // DISCONNECTED->CONNECTING->CONNECTED
142 if (mStateDepository.get(0) != State.DISCONNECTED) {
    [all...]
  /external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
disconnected-frame-expected.txt 1 Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.
disconnected-frame-permission-denied-expected.txt 1 Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_StateTest.java 27 assertEquals(State.DISCONNECTED, State.valueOf("DISCONNECTED"));
40 assertEquals(State.DISCONNECTED, expected[4]);
NetworkInfo_DetailedStateTest.java 29 assertEquals(DetailedState.DISCONNECTED, DetailedState.valueOf("DISCONNECTED"));
49 assertEquals(DetailedState.DISCONNECTED, expected[8]);
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 38 private static final int DISCONNECTED = 0;
44 private int mState = DISCONNECTED;
49 if (mState != DISCONNECTED) {
61 mState = DISCONNECTED;
77 mState = DISCONNECTED;
141 mState = DISCONNECTED;
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 102 Log.v(LOG_TAG, "Transition to DISCONNECTED");
140 // Transition from CONNECTED -> DISCONNECTED: CONNECTED->DISCONNECTING->DISCONNECTED
151 str.append(String.format(" Last state should be DISCONNECTED, but it is %s",
160 (curState == State.DISCONNECTED))) {
162 } else if ((preState == State.DISCONNECTING) && (curState == State.DISCONNECTED)) {
164 } else if ((preState == State.DISCONNECTED) && (curState == State.DISCONNECTED)) {
184 if (mStateDepository.get(0) != State.DISCONNECTED) {
185 str.append(String.format(" Initial state should be DISCONNECTED, but it is %s."
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 129 State.DISCONNECTED, ConnectivityManagerTestActivity.LONG_TIMEOUT));
142 NetworkState.DO_NOTHING, State.DISCONNECTED);
173 networkInfo.getState(), NetworkState.TO_DISCONNECTION, State.DISCONNECTED);
190 State.DISCONNECTED, ConnectivityManagerTestActivity.LONG_TIMEOUT));
234 State.DISCONNECTED, ConnectivityManagerTestActivity.LONG_TIMEOUT));
246 State.DISCONNECTED);
258 // Wait for Wifi to be connected and mobile to be disconnected
263 State.DISCONNECTED, ConnectivityManagerTestActivity.LONG_TIMEOUT));
300 NetworkState.TO_DISCONNECTION, State.DISCONNECTED);
305 assertTrue(cmActivity.waitForNetworkState(ConnectivityManager.TYPE_WIFI, State.DISCONNECTED,
    [all...]
  /development/samples/BluetoothLeGatt/res/values/
strings.xml 24 <string name="disconnected">Disconnected</string>
  /development/samples/ToyVpn/res/values/
strings.xml 28 <string name="disconnected">ToyVPN is disconnected!</string>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 112 * Called by CdmaConnection when it has disconnected
116 if (mState != State.DISCONNECTED) {
117 /* If only disconnected connections remain, we are disconnected*/
123 != State.DISCONNECTED
131 mState = State.DISCONNECTED;
189 * Called when it's time to clean up disconnected Connection objects
195 if (cn.getState() == State.DISCONNECTED) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 115 * Called by GsmConnection when it has disconnected
119 if (mState != State.DISCONNECTED) {
120 /* If only disconnected connections remain, we are disconnected*/
126 != State.DISCONNECTED
134 mState = State.DISCONNECTED;
194 * Called when it's time to clean up disconnected Connection objects
201 if (cn.getState() == State.DISCONNECTED) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 35 private static final int DISCONNECTED = 0;
47 if (mState != DISCONNECTED) {
58 mState = DISCONNECTED;
75 mState = DISCONNECTED;
95 mState = DISCONNECTED;
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 31 * state could be scanning, connecting, connected, disconnecting, disconnected
47 * scanning, connecting, connected, disconnecting, disconnected
100 * Indicatates wimax state is disconnected.

Completed in 297 milliseconds

1 2 3 4 5 6 7 8 91011>>