Searched refs:STATE_NONE (Results 1 – 7 of 7) sorted by relevance
66 public static final int STATE_NONE = 0; // we're doing nothing field in BluetoothChatService79 mState = STATE_NONE; in BluetoothChatService()236 mState = STATE_NONE; in stop()270 mState = STATE_NONE; in connectionFailed()289 mState = STATE_NONE; in connectionLost()355 case STATE_NONE: in run()
136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()293 case BluetoothChatService.STATE_NONE:
65 public static final int STATE_NONE = 0; // we're doing nothing field in BluetoothChatService77 mState = STATE_NONE; in BluetoothChatService()210 setState(STATE_NONE); in stop()317 case STATE_NONE: in run()
129 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()259 case BluetoothChatService.STATE_NONE:
217 case PlaybackState.STATE_NONE: in onPlaybackStateChanged()249 PlaybackState.STATE_NONE : mPlaybackState.getState();255 state == PlaybackState.STATE_NONE) {
198 state.getState() == PlaybackState.STATE_NONE)) {
161 mPlayback.setState(PlaybackState.STATE_NONE); in onCreate()