Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java65 public static final int STATE_NONE = 0; // we're doing nothing field in BluetoothChatService
78 mState = STATE_NONE; in BluetoothChatService()
234 setState(STATE_NONE); in stop()
342 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) {
DMusicService.java143 private int mState = PlaybackState.STATE_NONE;
203 mState = success ? PlaybackState.STATE_NONE : PlaybackState.STATE_ERROR; in onCreate()