Searched refs:EXTRA_SUBTITLE (Results 1 – 3 of 3) sorted by relevance
57 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()
557 public static final String EXTRA_SUBTITLE = "set_pip_subtitle"; field in Components.PipActivity
85 import static android.server.wm.app.Components.PipActivity.EXTRA_SUBTITLE;1811 launchActivity(PIP_ACTIVITY, extraString(EXTRA_SUBTITLE, subtitle)); in testSubtitleIsSet()