Home
last modified time | relevance | path

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

/cts/tests/tests/drm/
DREADME1 - User of CTS code needs to edit configuration files in
4 - If new plug-in is added, user should add corresponding configuration
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java102 Configuration configuration = getContext().getResources().getConfiguration(); in onStart() local
103 addResult(SMALLEST_SCREEN_WIDTH_DP, configuration.smallestScreenWidthDp); in onStart()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java2896 Configuration configuration = Resources.getSystem().getConfiguration(); in changeJavaAndAndroidLocale() local
2897 configuration.locale = locale; in changeJavaAndAndroidLocale()
2898 Resources.getSystem().updateConfiguration(configuration, null); in changeJavaAndAndroidLocale()