Home
last modified time | relevance | path

Searched defs:configId (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java150 final long configId = getClass().getCanonicalName().hashCode(); in runDeviceCompatTestReported() local
198 …private List<ConfigMetricsReport> getReportList(long configId) throws DeviceNotAvailableException { in getReportList()
219 protected void createAndUploadStatsdConfig(long configId, String pkgName) in createAndUploadStatsdConfig()
305 private void removeStatsdConfig(long configId) throws DeviceNotAvailableException { in removeStatsdConfig()
313 private Map<Long, Boolean> getReportedChanges(long configId, String pkgName) in getReportedChanges()
/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSelinuxTest.java66 final long configId = getClass().getCanonicalName().hashCode(); in testTargetSdkQAppIsInLatestDomainWithLatestOptin() local
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricsRecorder.java156 private void removeConfig(long configId) { in removeConfig()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java96 private void removeConfig(long configId) throws Exception { in removeConfig()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigGLSurfaceView.java45 public EglConfigGLSurfaceView(Context context, int configId, int contextClientVersion, in EglConfigGLSurfaceView()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java296 protected void removeConfig(long configId) throws Exception { in removeConfig()