Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DAppLinkTestActivity.java60 Intent tvAppIntent = null; in onClick() local
66 tvAppIntent = new Intent(Intent.ACTION_VIEW, in onClick()
70 if (tvAppIntent == null) { in onClick()
87 startActivity(tvAppIntent); in onClick()