Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DLauncherActivity.java44 private static final String EXTRA_REQUEST_RESULT = field in LauncherActivity
60 intent.putExtra(EXTRA_REQUEST_RESULT, true); in createIntent()
71 boolean requestResult = getIntent().getBooleanExtra(EXTRA_REQUEST_RESULT, false); in onCreate()