OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewLocaleDialog
(Results
1 - 2
of
2
) sorted by null
/development/apps/CustomLocale/src/com/android/customlocale2/
NewLocaleDialog.java
32
public class
NewLocaleDialog
extends Activity implements View.OnClickListener {
66
Intent data = new Intent(
NewLocaleDialog
.this,
NewLocaleDialog
.class);
CustomLocaleActivity.java
63
/** Request code returned when the
NewLocaleDialog
activity finishes. */
134
String locale = data.getExtras().getString(
NewLocaleDialog
.INTENT_EXTRA_LOCALE);
163
if (data.getExtras().getBoolean(
NewLocaleDialog
.INTENT_EXTRA_SELECT)) {
336
Intent i = new Intent(CustomLocaleActivity.this,
NewLocaleDialog
.class);
Completed in 189 milliseconds