Searched refs:setActions (Results 1 – 9 of 9) sorted by relevance
47 return new AutoValue_BubbleInfo.Builder().setActions(Collections.emptyList()); in builder()56 .setActions(bubbleInfo.getActions()); in from()71 public abstract Builder setActions(List<Action> actions); in setActions() method in BubbleInfo.Builder
307 currentInfo = BubbleInfo.from(currentInfo).setActions(actions).build(); in updateActions()
206 setActions(getAppActions(true, entries)); in updateActions()208 setActions(getAppActions(true, mEntries)); in updateActions()246 setActions(getAppActions(true, apps)); in onRebuildComplete()298 setActions(getAppActions(false, mEntries)); in onPostExecute()
406 playbackState = pbb.setActions(mTransportControlFlags).build(); in refreshInitialPlayingState()429 .setActions(mTransportControlFlags) in msgDeviceDisconnect()465 pb = pbb.setActions(mTransportControlFlags).build(); in msgTrack()
374 .setActions(PLAYING_ACTIONS) in updatePlaybackStatePlaying()397 .setActions(PAUSED_ACTIONS) in pausePlayback()418 .setActions(STOPPED_ACTIONS) in stopPlayback()
172 .setActions(generateActions()) in generateBubbleInfo()
269 setActions(actions); in updateActions()
249 public void setActions(ArrayList<Action> actions) { in setActions() method in ActionAdapter
245 .setActions(getActionsFor(senderKey, notificationInfo)) in updateNotificationFor()