Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java57 import static android.server.wm.app.Components.PipActivity.EXTRA_SUBTITLE;
256 if (getIntent().hasExtra(EXTRA_SUBTITLE)) { in onCreate()
257 sharedBuilder.setSubtitle(getIntent().getStringExtra(EXTRA_SUBTITLE)); in onCreate()
DComponents.java557 public static final String EXTRA_SUBTITLE = "set_pip_subtitle"; field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java85 import static android.server.wm.app.Components.PipActivity.EXTRA_SUBTITLE;
1811 launchActivity(PIP_ACTIVITY, extraString(EXTRA_SUBTITLE, subtitle)); in testSubtitleIsSet()