HomeSort by relevance Sort by last modified time
    Searched defs:oldState (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /frameworks/base/libs/storage/
IMountServiceListener.cpp 41 String16 oldState = data.readString16();
43 onStorageStateChanged(path, oldState, newState);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImport.cpp 109 HTMLImportState oldState = snapshot.get(i);
111 ASSERT(!oldState.isReady() || oldState <= newState);
112 if (newState != oldState)
  /external/deqp/framework/delibs/debase/
deMath.c 70 unsigned int oldState;
83 ret = _controlfp_s(&oldState, flag, _MCW_RC);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 72 int oldState = mPhoneState;
77 if (!isStateInCall(oldState) && isStateInCall(state)) {
82 } else if (isStateInCall(oldState) && !isStateInCall(state)) {
87 } else if (isStateInCall(state) && (state != oldState)) {
104 if (isStateInCall(oldState) && newDevice == AUDIO_DEVICE_NONE) {
112 if (isStateInCall(state) && oldState == AudioSystem::MODE_RINGTONE) {
139 if (state == AudioSystem::MODE_IN_CALL && oldState == AudioSystem::MODE_RINGTONE) {
152 if (oldState == AudioSystem::MODE_RINGTONE) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ShiftKeyState.java 31 int oldState = mState;
32 if (oldState == PRESSING) {
34 } else if (oldState == PRESSING_ON_SHIFTED) {
38 Log.d(TAG, mName + ".onOtherKeyPressed: " + toString(oldState) + " > " + this);
42 int oldState = mState;
45 Log.d(TAG, mName + ".onPressOnShifted: " + toString(oldState) + " > " + this);
AlphabetShiftState.java 35 final int oldState = mState;
37 switch (oldState) {
49 switch (oldState) {
61 Log.d(TAG, "setShifted(" + newShiftState + "): " + toString(oldState) + " > " + this);
65 final int oldState = mState;
67 switch (oldState) {
79 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)
84 final int oldState = mState;
87 Log.d(TAG, "setAutomaticShifted: " + toString(oldState) + " > " + this);
ModifierKeyState.java 37 final int oldState = mState;
40 Log.d(TAG, mName + ".onPress: " + toString(oldState) + " > " + this);
44 final int oldState = mState;
47 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
51 final int oldState = mState;
52 if (oldState == PRESSING)
55 Log.d(TAG, mName + ".onOtherKeyPressed: " + toString(oldState) + " > " + this);
  /external/chromium_org/media/formats/webm/
webm_stream_parser.cc 84 State oldState = state_;
104 if (state_ == oldState && result == 0)
  /frameworks/wilhelm/src/itf/
IPlay.c 39 SLuint32 oldState = thiz->mState;
40 if (state != oldState) {
47 switch ((oldState << 2) | state) {
52 // no-op, and unreachable due to earlier "if (state != oldState)"
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 112 int oldState = intent.getIntExtra(BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE,
114 if((oldState == BluetoothDevice.BOND_BONDING) &&
DockEventReceiver.java 88 int oldState = intent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, 0);
103 oldState != BluetoothProfile.STATE_DISCONNECTING) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 225 public void switchState(ActivityState oldState,
227 Log.v(TAG, "switchState " + oldState + ", " + klass);
228 if (oldState != mStack.peek().activityState) {
230 + " is not at the top of the stack: " + oldState + ", "
237 oldState.transitionOnNextPause(oldState.getClass(), klass,
240 if (mIsResumed) oldState.onPause();
241 oldState.onDestroy();
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.cpp 201 ProxyState oldState = m_proxyState;
203 if (oldState == Ready || state == Ready)
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 80 String oldState;
81 oldState = data.readString();
84 this.onStorageStateChanged(path, oldState, newState);
131 * @param oldState The old state of the volume.
136 public void onStorageStateChanged(String path, String oldState, String newState)
143 _data.writeString(oldState);
170 * @param oldState The old state of the volume.
174 public void onStorageStateChanged(String path, String oldState, String newState)
StorageManager.java 98 public void onStorageStateChanged(String path, String oldState, String newState) {
101 mListeners.get(i).sendStorageStateChanged(path, oldState, newState);
244 public String oldState;
250 oldState = oldS;
274 mStorageEventListener.onStorageStateChanged(ev.path, ev.oldState, ev.newState);
291 void sendStorageStateChanged(String path, String oldState, String newState) {
292 StorageStateChangedStorageEvent e = new StorageStateChangedStorageEvent(path, oldState, newState);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 193 void MediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState)
200 if (oldState == openKeyword() && newState == endedKeyword()) {
424 AtomicString oldState = readyState();
425 WTF_LOG(Media, "MediaSource::setReadyState() %p : %s -> %s", this, oldState.ascii().data(), state.ascii().data());
432 if (oldState == state)
437 onReadyStateChange(oldState, state);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 81 SkActive::SkState& oldState = fState[inner];
83 testState.fBegin == oldState.fBegin) {
87 testState.fSave = oldState.fSave;
88 if (oldState.fUnpostedEndEvent) {
90 fMaker.postOnEnd(oldGuard, oldState.fBegin + oldState.fDuration);
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocket.java 111 State oldState = state;
113 if (oldState == State.OPEN) {
199 State oldState = state;
201 if (oldState == State.OPEN) {
  /external/skia/src/animator/
SkAnimateActive.cpp 81 SkActive::SkState& oldState = fState[inner];
83 testState.fBegin == oldState.fBegin) {
87 testState.fSave = oldState.fSave;
88 if (oldState.fUnpostedEndEvent) {
90 fMaker.postOnEnd(oldGuard, oldState.fBegin + oldState.fDuration);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 243 int oldState = (mConnectedDevices.contains(device) ? BluetoothProfile.STATE_CONNECTED
247 intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, oldState);
252 if (connected && oldState == BluetoothProfile.STATE_DISCONNECTED) {
254 } else if (!connected && oldState == BluetoothProfile.STATE_CONNECTED) {
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 39 public void onStateChanged(RemoteConference conference, int oldState, int newState) {}
99 int oldState = mState;
102 c.onStateChanged(this, oldState, newState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 367 int oldState = adapterProperties.getState();
369 infoLog("Bluetooth adapter state changed: " + oldState + "-> " + newState);
370 adapterService.updateAdapterState(oldState, newState);
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 202 int oldState = getState();
204 if (oldState != getState() && getState() == Call.State.DISCONNECTED) {
  /system/vold/
Volume.cpp 197 int oldState = mState;
199 if (oldState == state) {
204 if ((oldState == Volume::State_Pending) && (state != Volume::State_Idle)) {
211 oldState, stateToStr(oldState), mState, stateToStr(mState));
214 getFuseMountpoint(), oldState, stateToStr(oldState), mState,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 422 int oldState = state;
434 m_listener.stateChanged(oldState, state);
    [all...]

Completed in 1078 milliseconds

1 2 3 4