/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 | 533 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 | 533 int state = item.getState(); in updateProgress()
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/ui/ |
D | MediaSeekBar.java | 125 if (state != null && state.getState() == PlaybackStateCompat.STATE_PLAYING) { in onPlaybackStateChanged()
|
D | MainActivity.java | 155 playbackState.getState() == PlaybackStateCompat.STATE_PLAYING; in onPlaybackStateChanged()
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/ui/ |
D | MediaSeekBar.java | 125 if (state != null && state.getState() == PlaybackStateCompat.STATE_PLAYING) { in onPlaybackStateChanged()
|
D | MainActivity.java | 155 playbackState.getState() == PlaybackStateCompat.STATE_PLAYING; in onPlaybackStateChanged()
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
D | BluetoothChatService.java | 88 mState = getState(); in updateUserInterfaceTitle() 99 public synchronized int getState() { in getState() method in BluetoothChatService
|
D | BluetoothChatFragment.java | 136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume() 209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()
|
/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 | 88 mState = getState(); in updateUserInterfaceTitle() 99 public synchronized int getState() { in getState() method in BluetoothChatService
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/ |
D | MusicService.java | 198 switch (state.getState()) { in onPlaybackStateChange()
|
/developers/samples/android/media/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/ |
D | MediaSessionPlaybackActivityTest.java | 149 state.getState(), in assertMediaStateIs()
|
/developers/build/prebuilts/gradle/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/ |
D | MediaSessionPlaybackActivityTest.java | 150 state.getState(), in assertMediaStateIs()
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/ |
D | MediaNotificationManager.java | 118 boolean isPlaying = state.getState() == PlaybackStateCompat.STATE_PLAYING; in getNotification()
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/ |
D | MediaNotificationManager.java | 118 boolean isPlaying = state.getState() == PlaybackStateCompat.STATE_PLAYING; in getNotification()
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/ |
D | MusicService.java | 241 switch (state.getState()) { in onPlaybackStateChange()
|
/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
|