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

  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
StateImpl.java 39 protected StateImpl(State previousState) {
40 this(previousState.getStateMachine());
  /cts/hostsidetests/usage/src/android/app/usage/cts/
AppIdleHostTest.java 96 final String previousState = getAppIdleSettings();
103 setAppIdleSettings(previousState);
  /external/icu/icu4c/source/common/
umutex.cpp 70 int32_t previousState = InterlockedCompareExchange(
78 if (previousState == 0) {
81 } else if (previousState == 2) {
91 previousState = umtx_loadAcquire(uio.fState);
92 } 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)) {
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailChangePinActivity.java 516 State previousState = mUiState;
518 if (previousState != state) {
519 previousState.onLeave(this);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 223 CharState previousState = mTextChars.get(newLength - 2);
224 if (previousState.isDotSwapPending) {
225 previousState.swapToDotWhenAppearFinished();
  /frameworks/av/media/libmedia/
AudioTrack.cpp 558 State previousState = mState;
559 if (previousState == STATE_PAUSED_STOPPING) {
565 if (previousState == STATE_STOPPED || previousState == STATE_FLUSHED) {
619 if (previousState == STATE_STOPPING) {
631 mState = previousState;
633 if (previousState != STATE_STOPPING) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /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 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 1301 milliseconds