Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DCameraActivity.java348 Intent proxyIntent = new Intent(this, ProxyLauncher.class); in startActivityForResult() local
349 proxyIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET); in startActivityForResult()
350 proxyIntent.putExtra(Intent.EXTRA_INTENT, intent); in startActivityForResult()
351 super.startActivityForResult(proxyIntent, requestCode); in startActivityForResult()