| /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
| D | SessionManager.java | 151 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in seek() 152 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in seek() 248 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in suspend() 249 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in suspend() 327 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PENDING) { in updatePlaybackState() 333 } else if (mPaused && item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING) { in updatePlaybackState() 336 } else if (!mPaused && item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in updatePlaybackState() 357 } else if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in removeItem() 358 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED){ in removeItem()
|
| D | PlaylistItem.java | 90 public int getState() { in getState() method in PlaylistItem
|
| D | RemotePlayer.java | 141 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in play() 374 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in enqueueInternal()
|
| D | LocalPlayer.java | 129 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING) { in play()
|
| D | MainActivity.java | 532 int state = item.getState(); in updateProgress()
|
| /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
| D | SessionManager.java | 151 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in seek() 152 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in seek() 248 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in suspend() 249 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in suspend() 327 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PENDING) { in updatePlaybackState() 333 } else if (mPaused && item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING) { in updatePlaybackState() 336 } else if (!mPaused && item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in updatePlaybackState() 357 } else if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING in removeItem() 358 || item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED){ in removeItem()
|
| D | PlaylistItem.java | 90 public int getState() { in getState() method in PlaylistItem
|
| D | RemotePlayer.java | 141 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in play() 374 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in enqueueInternal()
|
| D | LocalPlayer.java | 129 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING) { in play()
|
| D | MainActivity.java | 532 int state = item.getState(); in updateProgress()
|
| /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
| D | MediaNotificationManager.java | 197 if (state != null && (state.getState() == PlaybackState.STATE_STOPPED || 198 state.getState() == PlaybackState.STATE_NONE)) { 300 if (mPlaybackState.getState() == PlaybackState.STATE_PLAYING) { in addPlayPauseAction() 319 if (mPlaybackState.getState() == PlaybackState.STATE_PLAYING in setNotificationPlaybackState() 336 builder.setOngoing(mPlaybackState.getState() == PlaybackState.STATE_PLAYING); in setNotificationPlaybackState()
|
| D | MusicService.java | 389 LogHelper.d(TAG, "pause. current state=" + mPlayback.getState()); in onPause() 395 LogHelper.d(TAG, "stop. current state=" + mPlayback.getState()); in onStop() 486 LogHelper.d(TAG, "handlePlayRequest: mState=" + mPlayback.getState()); in handlePlayRequest() 512 LogHelper.d(TAG, "handlePauseRequest: mState=" + mPlayback.getState()); in handlePauseRequest() 523 … LogHelper.d(TAG, "handleStopRequest: mState=" + mPlayback.getState() + " error=", withError); in handleStopRequest() 605 LogHelper.d(TAG, "updatePlaybackState, playback state=" + mPlayback.getState()); in updatePlaybackState() 615 int state = mPlayback.getState(); in updatePlaybackState()
|
| D | QueueFragment.java | 111 LogHelper.d(TAG, "Received playback state change to state ", state.getState()); 198 switch (state.getState()) { in onPlaybackStateChanged() 249 PlaybackState.STATE_NONE : mPlaybackState.getState();
|
| D | Playback.java | 128 public int getState() { in getState() method in Playback
|
| /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
| D | MediaNotificationManager.java | 197 if (state != null && (state.getState() == PlaybackState.STATE_STOPPED || 198 state.getState() == PlaybackState.STATE_NONE)) { 300 if (mPlaybackState.getState() == PlaybackState.STATE_PLAYING) { in addPlayPauseAction() 319 if (mPlaybackState.getState() == PlaybackState.STATE_PLAYING in setNotificationPlaybackState() 336 builder.setOngoing(mPlaybackState.getState() == PlaybackState.STATE_PLAYING); in setNotificationPlaybackState()
|
| D | MusicService.java | 389 LogHelper.d(TAG, "pause. current state=" + mPlayback.getState()); in onPause() 395 LogHelper.d(TAG, "stop. current state=" + mPlayback.getState()); in onStop() 486 LogHelper.d(TAG, "handlePlayRequest: mState=" + mPlayback.getState()); in handlePlayRequest() 512 LogHelper.d(TAG, "handlePauseRequest: mState=" + mPlayback.getState()); in handlePauseRequest() 523 … LogHelper.d(TAG, "handleStopRequest: mState=" + mPlayback.getState() + " error=", withError); in handleStopRequest() 605 LogHelper.d(TAG, "updatePlaybackState, playback state=" + mPlayback.getState()); in updatePlaybackState() 615 int state = mPlayback.getState(); in updatePlaybackState()
|
| D | QueueFragment.java | 111 LogHelper.d(TAG, "Received playback state change to state ", state.getState()); 198 switch (state.getState()) { in onPlaybackStateChanged() 249 PlaybackState.STATE_NONE : mPlaybackState.getState();
|
| D | Playback.java | 128 public int getState() { in getState() method in Playback
|
| /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
| D | BluetoothChatFragment.java | 136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume() 209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()
|
| D | BluetoothChatService.java | 98 public synchronized int getState() { in getState() method in BluetoothChatService
|
| /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
| D | BluetoothChatFragment.java | 136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume() 209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()
|
| D | BluetoothChatService.java | 98 public synchronized int getState() { in getState() method in BluetoothChatService
|
| /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
| D | Card.java | 131 public int getState() { in getState() method in Card
|
| /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
| D | Card.java.ftl | 131 public int getState() {
|