Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java66 public static final int STATE_NONE = 0; // we're doing nothing field in BluetoothChatService
79 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()
DBluetoothChatFragment.java136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()
293 case BluetoothChatService.STATE_NONE:
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java65 public static final int STATE_NONE = 0; // we're doing nothing field in BluetoothChatService
77 mState = STATE_NONE; in BluetoothChatService()
210 setState(STATE_NONE); in stop()
317 case STATE_NONE: in run()
DBluetoothChat.java129 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()
259 case BluetoothChatService.STATE_NONE:
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DQueueFragment.java217 case PlaybackState.STATE_NONE: in onPlaybackStateChanged()
249 PlaybackState.STATE_NONE : mPlaybackState.getState();
255 state == PlaybackState.STATE_NONE) {
DMediaNotificationManager.java198 state.getState() == PlaybackState.STATE_NONE)) {
DMusicService.java161 mPlayback.setState(PlaybackState.STATE_NONE); in onCreate()