| /cts/common/device-side/util/src/com/android/compatibility/common/util/ |
| D | DeviceReportLog.java | 70 public void addValue(String source, String message, double value, ResultType type, in addValue() 84 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 97 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 111 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 124 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 136 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 148 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 160 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 172 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 184 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
| /cts/common/host-side/util/src/com/android/compatibility/common/util/ |
| D | MetricsReportLog.java | 67 public void addValue(String source, String message, double value, ResultType type, in addValue() 81 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 95 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 109 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 122 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 134 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 146 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 158 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 170 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 182 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
| /cts/tests/tests/drm/src/android/drm/cts/ |
| D | DrmEventTest.java | 149 int type = DrmInfoEvent.TYPE_RIGHTS_INSTALLED; in createDrmEvent() local 156 int type = DrmErrorEvent.TYPE_NOT_SUPPORTED; in createDrmEvent() local 194 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType() 196 assertEquals(infoEvent.getType(), type); in checkValidInfoType() local 199 private static void checkValidErrorType(int type) throws Exception { in checkValidErrorType() 201 assertEquals(errEvent.getType(), type); in checkValidErrorType() local 204 private static void checkInfoTypeInErrorEvent(int type) throws Exception { in checkInfoTypeInErrorEvent() 220 private static void checkErrorTypeInInfoEvent(int type) throws Exception { in checkErrorTypeInInfoEvent()
|
| D | DrmInfoRequestTest.java | 113 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 115 assertEquals(request.getInfoType(), type); in checkGetInfoType() local 118 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 127 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
| D | DrmInfoTest.java | 137 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 139 assertEquals(info.getInfoType(), type); in checkGetInfoType() local 142 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 151 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
| /cts/suite/audio_quality/lib/src/ |
| D | Settings.cpp | 37 void Settings::addSetting(SettingType type, const android::String8 setting) in addSetting() 41 const android::String8& Settings::getSetting(SettingType type) in getSetting()
|
| D | GenericFactory.cpp | 26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type) in createTask()
|
| /cts/common/util/src/com/android/compatibility/common/util/ |
| D | ReportLog.java | 64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() 79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric() 145 ResultType type = ResultType.parseReportString( in parse() local 177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 184 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 199 public void addValue(String source, String message, double value, ResultType type, in addValue() 207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() [all …]
|
| /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
| D | FeatureDeviceInfo.java | 50 String type = "other"; in collectDeviceInfo() local 101 String type, in addFeature() 113 String type, in addFeature()
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| D | OpenGLES20ActivityTwo.java | 50 public void setView(int type, int i, float[] vertexColors ) { in setView() 55 public void setView(int type, int i) { in setView() 91 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
| D | OpenGLES20NativeActivityTwo.java | 50 public void setView(int type, int i, float[] vertexColors ) { in setView() 55 public void setView(int type, int i) { in setView() 100 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| D | ContactsContract_CommonDataKinds_ImTest.java | 55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel() 69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
| D | ContactsContract_CommonDataKinds_EventTest.java | 32 private void assertGetTypeLabel(Integer type) { in assertGetTypeLabel()
|
| D | ContactsContract_CommonDataKinds_SipAddressTest.java | 41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
| D | ContactsContract_CommonDataKinds_StructuredPostalTest.java | 41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
| D | ContactsContract_CommonDataKinds_EmailTest.java | 42 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
| D | ContactsContract_CommonDataKinds_RelationTest.java | 52 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
| /cts/suite/audio_quality/lib/include/task/ |
| D | ModelBuilder.h | 46 TaskGeneric::TaskType type; member 59 TaskGeneric::TaskType type; member
|
| /cts/tests/signature/src/android/signature/cts/ |
| D | ResultObserver.java | 29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
| D | MockVrListenerService.java | 52 public final EventType type; field in MockVrListenerService.Event 61 public static Event build(VrListenerService instance, EventType type, Object argument1) { in build() 65 public static Event build(VrListenerService instance, EventType type) { in build()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | SmallStructsTest.java | 68 Class<?> getUnwrappedClassForType(String type) { in getUnwrappedClassForType() 92 Method getInitialValueSetter(String type) throws Exception { in getInitialValueSetter() 118 Object getInitialValue(String type) { in getInitialValue()
|
| /cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/ |
| D | ConnectivityManagerLegacyTest.java | 91 private List<InetAddress> getIpAddresses(int type) { in getIpAddresses() 108 private boolean hasIPv4(int type) { in hasIPv4() 117 private void checkSourceAddress(String addrString, int type) throws Exception { in checkSourceAddress() 217 private void expectNetworkBroadcast(final int type, final NetworkInfo.State state, in expectNetworkBroadcast()
|
| /cts/suite/audio_quality/lib/src/task/ |
| D | TaskAsync.cpp | 22 TaskAsync::TaskAsync(TaskType type) in TaskAsync()
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| D | DrawableTestUtils.java | 44 int type; in skipCurrentTag() local 63 int type; in getAttributeSet() local 100 int type; in getResourceParser() local
|
| /cts/tests/tests/net/src/android/net/rtp/cts/ |
| D | AudioCodecTest.java | 23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals()
|