Searched refs:configId (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | EglConfigCtsActivity.java | 44 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()
|
D | EglConfigTest.java | 70 for (int configId : configIds) { in runConfigTests() 73 intent.putExtra(EglConfigCtsActivity.CONFIG_ID_EXTRA, configId); in runConfigTests()
|
D | EglConfigGLSurfaceView.java | 45 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/ |
D | AtomMetricTester.java | 99 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/ |
D | AtomTestCase.java | 230 protected void removeConfig(long configId) throws Exception { in removeConfig() argument 232 String.join(" ", REMOVE_CONFIG_CMD, String.valueOf(configId))); in removeConfig()
|