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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java38 public static final String EXTRA_PROJECTION = "projection"; field in class:Intents
309 mIntent.putExtra(EXTRA_PROJECTION, mProjection);
H A DPhotoViewController.java264 if (intent.hasExtra(Intents.EXTRA_PROJECTION)) {
265 mProjection = intent.getStringArrayExtra(Intents.EXTRA_PROJECTION);

Completed in 52 milliseconds