19 lines
437 B
Java
19 lines
437 B
Java
|
package o;
|
||
|
|
||
|
import android.content.res.Configuration;
|
||
|
import android.os.LocaleList;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class bBI {
|
||
|
public static Plu qs_(Configuration configuration) {
|
||
|
return Plu.qv_(RVV.qt_(configuration));
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
static class RVV {
|
||
|
static LocaleList qt_(Configuration configuration) {
|
||
|
return configuration.getLocales();
|
||
|
}
|
||
|
}
|
||
|
}
|