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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DMainActivity.java59 private static final String ACTION_DIALOG = "com.example.android.hcgallery.action.DIALOG"; field in class:MainActivity
236 // Manually trigger onNewIntent to check for ACTION_DIALOG.
242 if (ACTION_DIALOG.equals(intent.getAction())) {
307 new Intent(ACTION_DIALOG)

Completed in 95 milliseconds