Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigCtsActivity.java44 int configId = getConfigId(); in onCreate() local
46 setTitle("EGL Config Id: " + configId + " Client Version: " + contextClientVersion); in onCreate()
54 mView = new EglConfigGLSurfaceView(this, configId, contextClientVersion, new Runnable() { in onCreate()
DEglConfigTest.java70 for (int configId : configIds) { in runConfigTests()
73 intent.putExtra(EglConfigCtsActivity.CONFIG_ID_EXTRA, configId); in runConfigTests()
DEglConfigGLSurfaceView.java45 public EglConfigGLSurfaceView(Context context, int configId, int contextClientVersion, in EglConfigGLSurfaceView() argument
48 mConfigId = configId; in EglConfigGLSurfaceView()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java99 private void removeConfig(long configId) throws Exception { in removeConfig() argument
100 mDevice.executeShellCommand(String.format(REMOVE_CONFIG_CMD, configId)); in removeConfig()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java230 protected void removeConfig(long configId) throws Exception { in removeConfig() argument
232 String.join(" ", REMOVE_CONFIG_CMD, String.valueOf(configId))); in removeConfig()