HomeSort by relevance Sort by last modified time
    Searched defs:previousState (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/io/
Console.java 138 int previousState = setEcho(false, 0);
144 setEcho(true, previousState);
149 private static int setEcho(boolean on, int previousState) {
151 return setEchoImpl(on, previousState);
156 private static native int setEchoImpl(boolean on, int previousState) throws IOException;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 125 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1);
127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState);
130 && (BluetoothAdapter.STATE_ON == previousState
131 || BluetoothAdapter.STATE_TURNING_OFF == previousState)) {
136 && (BluetoothAdapter.STATE_OFF == previousState
137 || BluetoothAdapter.STATE_TURNING_ON == previousState)) {
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 399 State previousState = m_state;
440 if (previousState != OPENED)
    [all...]

Completed in 563 milliseconds