Searched defs:STATE_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java75 public static final int STATE_ERROR = -1; field in class:BluetoothPbap
146 * @return One of the STATE_ return codes, or STATE_ERROR if this proxy
159 return BluetoothPbap.STATE_ERROR;
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c35 STATE_ERROR, enumerator in enum:__anon1675
122 return STATE_ERROR;
/frameworks/base/core/java/android/widget/
H A DVideoView.java59 private static final int STATE_ERROR = -1; field in class:VideoView
246 mCurrentState = STATE_ERROR;
247 mTargetState = STATE_ERROR;
252 mCurrentState = STATE_ERROR;
253 mTargetState = STATE_ERROR;
368 mCurrentState = STATE_ERROR;
369 mTargetState = STATE_ERROR;
639 mCurrentState != STATE_ERROR &&

Completed in 452 milliseconds