/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | PipActivity.java | 95 .setActions(ACTION_PLAY | ACTION_PAUSE | ACTION_STOP) 108 mPipParamsBuilder.setActions(mSwitchOnActions); 111 mPipParamsBuilder.setActions(mSwitchOffActions); 114 mPipParamsBuilder.setActions(Collections.emptyList()); 233 mPipParamsBuilder.setActions( in enterPip() 334 mPipParamsBuilder.setActions(mSwitchOnActions); in handleIntentExtra()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaTimeoutListenerTest.kt | 121 setActions(PlaybackState.ACTION_PLAY) in setup() 410 val pausedState = PlaybackState.Builder().setActions(PlaybackState.ACTION_PAUSE).build() in testOnMediaDataLoaded_playbackActionsChanged_noCallback() 414 val playingState = PlaybackState.Builder().setActions(PlaybackState.ACTION_PLAY).build() in testOnMediaDataLoaded_playbackActionsChanged_noCallback() 424 val pausedState = PlaybackState.Builder().setActions(PlaybackState.ACTION_PAUSE).build() in testOnPlaybackStateChanged_playbackActionsChanged_sendsCallback() 428 val playingState = PlaybackState.Builder().setActions(PlaybackState.ACTION_PLAY).build() in testOnPlaybackStateChanged_playbackActionsChanged_sendsCallback() 446 .setActions(PlaybackState.ACTION_PAUSE) in testOnPlaybackStateChanged_differentCustomActions_sendsCallback() 461 .setActions(PlaybackState.ACTION_PAUSE) in testOnPlaybackStateChanged_differentCustomActions_sendsCallback() 473 val stateWithActions = PlaybackState.Builder().setActions(PlaybackState.ACTION_PLAY).build() in testOnPlaybackStateChanged_sameActions_noCallback() 491 .setActions(PlaybackState.ACTION_PAUSE) in testOnPlaybackStateChanged_sameCustomActions_noCallback() 501 .setActions(PlaybackState.ACTION_PAUSE) in testOnPlaybackStateChanged_sameCustomActions_noCallback()
|
D | MediaDataProcessorTest.kt | 1711 val stateBuilder = PlaybackState.Builder().setActions(stateActions) in testPlaybackActions_hasPrevNext() 1752 val stateBuilder = PlaybackState.Builder().setActions(stateActions) in testPlaybackActions_noPrevNext_usesCustom() 1787 .setActions(stateActions) in testPlaybackActions_connecting() 1805 val stateBuilder = PlaybackState.Builder().setActions(stateActions) in testPlaybackActions_reservedSpace() 1843 val stateBuilder = PlaybackState.Builder().setActions(stateActions) in testPlaybackActions_playPause_hasButton() 1971 .setActions(PlaybackState.ACTION_PLAY_PAUSE) in testPlaybackState_PauseStateAfterAddingResumption_keyExists_callsListener() 2009 .setActions(PlaybackState.ACTION_PLAY_PAUSE) in testPlaybackStateNull_Pause_keyExists_callsListener() 2443 val stateBuilder = PlaybackState.Builder().setActions(stateActions) in addPlaybackStateAction()
|
/frameworks/base/core/java/android/service/credentials/ |
D | BeginGetCredentialResponse.java | 232 public @NonNull Builder setActions(@NonNull List<Action> actions) { in setActions() method in BeginGetCredentialResponse.Builder
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaControlViewModelTest.kt | 103 setActions(PlaybackState.ACTION_PLAY) in initMediaData()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | WindowMagnificationPromptController.java | 121 .setActions(buildTurnOnAction()); in showNotificationIfNeeded()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipNotificationController.java | 175 .setActions(mPipActions); in updateNotificationContent()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerSession.java | 62 psBob.setActions(PlaybackState.ACTION_PAUSE | PlaybackState.ACTION_PLAY); in PlayerSession()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | SeekBarViewModelTest.kt | 265 setActions(PlaybackState.ACTION_SEEK_TO) in updateSeekAvailable() 281 setActions(PlaybackState.ACTION_PLAY) in updateSeekNotAvailable()
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 912 public Builder setActions(@Actions long actions) { in setActions() method in PlaybackState.Builder
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PhonePipMenuController.java | 473 mPipMenuView.setActions(mPipBoundsState.getBounds(), in updateMenuActions()
|
D | PipMenuView.java | 411 void setActions(Rect stackBounds, @Nullable List<RemoteAction> actions, in setActions() method in PipMenuView
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PhonePipMenuController.java | 471 mPipMenuView.setActions(mPipBoundsState.getBounds(), in updateMenuActions()
|
D | PipMenuView.java | 409 void setActions(Rect stackBounds, @Nullable List<RemoteAction> actions, in setActions() method in PipMenuView
|
/frameworks/base/core/java/android/app/ |
D | PictureInPictureParams.java | 130 public Builder setActions(List<RemoteAction> actions) { in setActions() method in PictureInPictureParams.Builder
|
D | Notification.java | 5572 public Builder setActions(Action... actions) { in setActions() method in Notification.Builder
|
/frameworks/base/media/java/android/media/ |
D | RemoteControlClient.java | 718 bob.setActions(getActionsFromRccControlFlags(transportControlFlags)); in setTransportControlFlags()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 698 .setActions(createDoNotShowAgainAction(context)) in getNotificationBuilder()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 841 .setActions(infoAction, screenshotAction, cancelAction); in updateProgress() 1408 builder.setActions(new Action[0]); in sendBugreportNotification() 1411 builder.setActions( in sendBugreportNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanelTest.kt | 341 setActions(PlaybackState.ACTION_PLAY) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 12032 redactedNotifBuilder.setActions();
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 1238 .setActions(replyAction) in getMessageStyleNotifBuilder()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 6679 …method @NonNull public android.app.Notification.Builder setActions(android.app.Notification.Action… 7221 …method public android.app.PictureInPictureParams.Builder setActions(java.util.List<android.app.Rem… 26827 method public android.media.session.PlaybackState.Builder setActions(long); 40907 … public android.service.credentials.BeginGetCredentialResponse.Builder setActions(@NonNull java.ut…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 11261 HSPLandroid/media/session/PlaybackState$Builder;->setActions(J)Landroid/media/session/PlaybackState…
|