Home
last modified time | relevance | path

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

/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java83 private Locale nextLocale; field in Main.TextCapture
87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument
88 this.nextLocale = nextLocale; in TextCapture()
97 if (nextLocale != null) { in run()
98 switchTo(nextLocale); in run()