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

  /libcore/luni/src/main/native/
java_io_Console.cpp 27 static jint Console_setEchoImpl(JNIEnv* env, jclass, jboolean on, jint previousState) {
34 state.c_lflag = previousState;
36 previousState = state.c_lflag;
43 return previousState;
  /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/icu4c/common/
umutex.cpp 232 long previousState = InterlockedCompareExchange(
236 if (previousState == 2) {
243 if (previousState == 1) {
251 U_ASSERT(previousState == 0);
259 previousState = InterlockedCompareExchange(&initOnce->fState, 2, 1);
260 U_ASSERT(previousState == 1);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 541 boolean previousState = mView.isSpeakerPhoneOn();
542 mView.setSpeakerPhoneOn(!previousState);
543 if (mPlayer.isPlaying() && previousState) {
  /frameworks/av/media/libmedia/
AudioTrack.cpp 389 State previousState = mState;
390 if (previousState == STATE_PAUSED_STOPPING) {
395 if (previousState == STATE_STOPPED || previousState == STATE_FLUSHED) {
407 if (previousState == STATE_STOPPING) {
431 mState = previousState;
433 if (previousState != STATE_STOPPING) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowThread.cpp 340 RegionOversetState previousState = region->regionOversetState();
350 if (previousState != state
355 if (previousState != state)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 456 State previousState = m_state;
517 if (previousState != OPENED)
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 301 milliseconds