Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java38 public static final String EXTRA_PROJECTION = "projection"; field in Intents
299 mIntent.putExtra(EXTRA_PROJECTION, mProjection); in build()
DPhotoViewController.java256 if (intent.hasExtra(Intents.EXTRA_PROJECTION)) { in onCreate()
257 mProjection = intent.getStringArrayExtra(Intents.EXTRA_PROJECTION); in onCreate()