Searched refs:EXTRA_REQUEST_RESULT (Results 1 – 1 of 1) sorted by relevance
44 private static final String EXTRA_REQUEST_RESULT = field in LauncherActivity60 intent.putExtra(EXTRA_REQUEST_RESULT, true); in createIntent()71 boolean requestResult = getIntent().getBooleanExtra(EXTRA_REQUEST_RESULT, false); in onCreate()