Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java153 final long configId = getClass().getCanonicalName().hashCode(); in runDeviceCompatTestReported() local
154 createAndUploadStatsdConfig(configId, pkgName); in runDeviceCompatTestReported()
192 validatePostRunStatsdReport(configId, pkgName, reportedEnabledChanges, in runDeviceCompatTestReported()
201 private ConfigMetricsReportList getReportList(long configId) in getReportList() argument
205 getDevice().executeShellCommand(String.format(DUMP_REPORT_CMD, configId), receiver); in getReportList()
231 protected void createAndUploadStatsdConfig(long configId, String pkgName) in createAndUploadStatsdConfig() argument
239 .setId(configId) in createAndUploadStatsdConfig()
261 device.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, configId)); in createAndUploadStatsdConfig()
267 getReportList(configId); in createAndUploadStatsdConfig()
322 private void removeStatsdConfig(long configId) throws DeviceNotAvailableException { in removeStatsdConfig() argument
[all …]
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigCtsActivity.java102 for (int configId : configIds) { in runConfigTests()
108 … setTitle("EGL Config Id: " + configId + " Client Version: " + contextClientVersion); in runConfigTests()
109 … mView = new EglConfigGLSurfaceView(context, configId, contextClientVersion, new Runnable() { in runConfigTests()
DEglConfigGLSurfaceView.java45 public EglConfigGLSurfaceView(Context context, int configId, int contextClientVersion, in EglConfigGLSurfaceView() argument
48 mConfigId = configId; in EglConfigGLSurfaceView()
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricsRecorder.java156 private void removeConfig(long configId) { in removeConfig() argument
158 ShellCommand.builder("cmd stats config remove").addOperand(configId) in removeConfig()
161 throw new NeneException("Error removing config " + configId, e); in removeConfig()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java94 private void removeConfig(long configId) throws Exception { in removeConfig() argument
95 mDevice.executeShellCommand(String.format(REMOVE_CONFIG_CMD, configId)); in removeConfig()
/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSelinuxTest.java63 final long configId = getClass().getCanonicalName().hashCode(); in testTargetSdkQAppIsInLatestDomainWithLatestOptin() local
/cts/hostsidetests/systemui/src/android/host/systemui/
DActiveTileServiceCompatChangeTest.java125 final long configId = getClass().getCanonicalName().hashCode(); in runTest() local
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java2046 TestZoneConfigIdInfo(int zoneId, int configId, String configName) { in TestZoneConfigIdInfo() argument
2048 mConfigId = configId; in TestZoneConfigIdInfo()