Searched refs:getState (Results 1 – 14 of 14) sorted by relevance
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()
90 public int getState() { in getState() method in PlaylistItem
141 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in play()374 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PAUSED) { in enqueueInternal()
129 if (item.getState() == MediaItemStatus.PLAYBACK_STATE_PLAYING) { in play()
533 int state = item.getState(); in updateProgress()
125 if (state != null && state.getState() == PlaybackStateCompat.STATE_PLAYING) { in onPlaybackStateChanged()
155 playbackState.getState() == PlaybackStateCompat.STATE_PLAYING; in onPlaybackStateChanged()
88 mState = getState(); in updateUserInterfaceTitle()99 public synchronized int getState() { in getState() method in BluetoothChatService
136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()
149 state.getState(), in assertMediaStateIs()
118 boolean isPlaying = state.getState() == PlaybackStateCompat.STATE_PLAYING; in getNotification()
241 switch (state.getState()) { in onPlaybackStateChange()
META-INF/ META-INF/MANIFEST.MF com/ com/example/ com/ ...
131 public int getState() {