Home
last modified time | relevance | path

Searched refs:STATE_ERROR (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DVideoView.java57 private static final int STATE_ERROR = -1; field in VideoView
236 mCurrentState = STATE_ERROR; in openVideo()
237 mTargetState = STATE_ERROR; in openVideo()
242 mCurrentState = STATE_ERROR; in openVideo()
243 mTargetState = STATE_ERROR; in openVideo()
358 mCurrentState = STATE_ERROR;
359 mTargetState = STATE_ERROR;
661 mCurrentState != STATE_ERROR && in isInPlaybackState()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPbap.java75 public static final int STATE_ERROR = -1; field in BluetoothPbap
158 return BluetoothPbap.STATE_ERROR; in getState()
DBluetoothHeadset.java96 public static final int STATE_ERROR = -1; field in BluetoothHeadset
202 return BluetoothHeadset.STATE_ERROR; in getState()
/frameworks/base/core/tests/coretests/src/android/bluetooth/
DBluetoothTestUtils.java223 BluetoothHeadset.STATE_ERROR); in onReceive()
224 assertNotSame(state, BluetoothHeadset.STATE_ERROR); in onReceive()
915 case BluetoothHeadset.STATE_ERROR: in connectHeadset()
974 case BluetoothHeadset.STATE_ERROR: in disconnectHeadset()
/frameworks/base/media/java/android/media/
DAudioService.java1856 BluetoothHeadset.STATE_ERROR); in onReceive()
1926 BluetoothHeadset.STATE_ERROR); in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarPolicy.java1272 BluetoothHeadset.STATE_ERROR); in updateBluetooth()
/frameworks/base/core/java/android/server/
DBluetoothService.java2040 case BluetoothHeadset.STATE_ERROR: in dump()