Home
last modified time | relevance | path

Searched refs:EXTRA_NUMBER_OF_CUSTOM_ACTIONS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java36 import static android.server.wm.app.Components.PipActivity.EXTRA_NUMBER_OF_CUSTOM_ACTIONS;
219 if (getIntent().hasExtra(EXTRA_NUMBER_OF_CUSTOM_ACTIONS)) { in onCreate()
221 getIntent().getStringExtra(EXTRA_NUMBER_OF_CUSTOM_ACTIONS)); in onCreate()
DComponents.java535 public static final String EXTRA_NUMBER_OF_CUSTOM_ACTIONS = "number_of_custom_actions"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java60 import static android.server.wm.app.Components.PipActivity.EXTRA_NUMBER_OF_CUSTOM_ACTIONS;
1318 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions))); in testFillMaxAllowedActions()
1329 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions + 1))); in testRejectExceededActions()
1340 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(1))); in testIsSeamlessResizeEnabledDefaultToTrue()