use of java.util.Locale in project platform_frameworks_base by android.
the class OverlayBaseTest method testMatrix110111.
public void testMatrix110111() throws Throwable {
final int resId = R.integer.matrix_110111;
setLocale(new Locale("sv", "SE"));
assertResource(resId, 200, 400, 600);
}
use of java.util.Locale in project platform_frameworks_base by android.
the class OverlayBaseTest method testMatrix101011.
public void testMatrix101011() throws Throwable {
final int resId = R.integer.matrix_101011;
setLocale(new Locale("sv", "SE"));
assertResource(resId, 100, 300, 600);
}
use of java.util.Locale in project platform_frameworks_base by android.
the class OverlayBaseTest method testMatrix101100.
public void testMatrix101100() throws Throwable {
final int resId = R.integer.matrix_101100;
setLocale(new Locale("sv", "SE"));
assertResource(resId, 100, 400, 400);
}
use of java.util.Locale in project platform_frameworks_base by android.
the class OverlayBaseTest method testMatrix100011.
public void testMatrix100011() throws Throwable {
final int resId = R.integer.matrix_100011;
setLocale(new Locale("sv", "SE"));
assertResource(resId, 100, 100, 600);
}
use of java.util.Locale in project platform_frameworks_base by android.
the class OverlayBaseTest method testMatrix100110.
public void testMatrix100110() throws Throwable {
final int resId = R.integer.matrix_100110;
setLocale(new Locale("sv", "SE"));
assertResource(resId, 100, 400, 400);
}
Aggregations