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

  /external/icu/icu4c/source/common/
umutex.cpp 71 int32_t previousState = InterlockedCompareExchange(
79 if (previousState == 0) {
82 } else if (previousState == 2) {
92 previousState = umtx_loadAcquire(uio.fState);
93 } while (previousState == 1);
  /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)) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 193 CharState previousState = mTextChars.get(newLength - 2);
194 if (previousState.isDotSwapPending) {
195 previousState.swapToDotWhenAppearFinished();
  /frameworks/av/media/libmedia/
AudioTrack.cpp 457 State previousState = mState;
458 if (previousState == STATE_PAUSED_STOPPING) {
464 if (previousState == STATE_STOPPED || previousState == STATE_FLUSHED) {
482 if (previousState == STATE_STOPPING) {
506 mState = previousState;
508 if (previousState != STATE_STOPPING) {
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 276 int previousState = mInstallState;
278 if (mInstallState != previousState) return;
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 284 milliseconds