/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 75 public void addValue(String source, String message, double value, ResultType type, in addValue() 89 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 102 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 116 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 129 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 141 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 153 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 165 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 177 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 189 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 75 public void addValue(String source, String message, double value, ResultType type, in addValue() 89 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 102 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 116 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 129 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 141 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 153 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 165 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 177 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 189 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 | 115 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 117 assertEquals(request.getInfoType(), type); in checkGetInfoType() local 120 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 129 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
D | DrmInfoTest.java | 140 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 142 assertEquals(info.getInfoType(), type); in checkGetInfoType() local 145 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 154 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/ |
D | AlertWindowTestBaseActivity.java | 45 protected void createAlertWindow(int type) { in createAlertWindow() 49 protected void createAlertWindow(int type, String windowName) { in createAlertWindow() 71 private boolean isSystemAlertWindowType(int type) { in isSystemAlertWindowType()
|
/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/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 63 @NonNull DeviceEventType type) { in newDeviceEventIntent() 90 final DeviceEventType type = DeviceEventType.valueOf(typeString); in newEvent() local 134 public static Predicate<DeviceEvent> isType(DeviceEventType type) { in isType() 159 public final DeviceEventType type; field in DeviceEvent 166 private DeviceEvent(String sender, DeviceEventType type, long time) { in DeviceEvent()
|
/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 | 52 public void setView(int type, int i, float[] vertexColors ) { in setView() 64 public void setView(int type, int i) { in setView() 99 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
D | OpenGLES20NativeActivityTwo.java | 53 public void setView(int type, int i, float[] vertexColors ) { in setView() 65 public void setView(int type, int i) { in setView() 110 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaFormatTest.java | 32 MediaFormat format, String key, String type) { in assertGetByteBuffersThrowClassCastException() 47 MediaFormat format, String key, String type) { in assertGetFloatsThrowClassCastException() 62 MediaFormat format, String key, String type) { in assertGetIntegersThrowClassCastException() 77 MediaFormat format, String key, String type) { in assertGetLongsThrowClassCastException() 92 MediaFormat format, String key, String type) { in assertGetNumbersThrowClassCastException() 107 MediaFormat format, String key, String type) { in assertGetStringsThrowClassCastException() 273 MediaFormat format, String key, @MediaFormat.Type int type) { in testSingleKeyRemoval()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
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()
|
/cts/suite/audio_quality/lib/include/task/ |
D | ModelBuilder.h | 47 TaskGeneric::TaskType type; member 60 TaskGeneric::TaskType type; member
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | DexMember.java | 27 protected DexMember(String className, String name, String type, String[] flags) { in DexMember() 61 protected static String dexToJavaType(String type) { in dexToJavaType()
|
D | ResultObserver.java | 29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure()
|
D | DexMethod.java | 70 String type = firstDexTypeFromList(typeSequence); in parseDexTypeList() local 88 String type = null; in firstDexTypeFromList() local
|
/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 | 74 Class<?> getUnwrappedClassForType(String type) { in getUnwrappedClassForType() 98 Method getInitialValueSetter(String type) throws Exception { in getInitialValueSetter() 124 Object getInitialValue(String type) { in getInitialValue()
|
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/ |
D | ConnectivityManagerLegacyTest.java | 90 private List<InetAddress> getIpAddresses(int type) { in getIpAddresses() 107 private boolean hasIPv4(int type) { in hasIPv4() 116 private void checkSourceAddress(String addrString, int type) throws Exception { in checkSourceAddress() 216 private void expectNetworkBroadcast(final int type, final NetworkInfo.State state, in expectNetworkBroadcast()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentProviderCursorWindowTest.java | 51 int type = cursor.getType(0); in testQuery() local
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 141 static bool checkMessage(sp<InputChannel> server, sp<InputChannel> client, int type) { in checkMessage() 202 for (int type : types) { in main() local
|
/cts/tests/sensor/jni/ |
D | SensorTest.cpp | 53 TestSensor TestSensorManager::getDefaultSensor(int type) { in getDefaultSensor() 137 TestSharedMemory::TestSharedMemory(int type, size_t size) in TestSharedMemory() 234 TestSharedMemory* TestSharedMemory::create(int type, size_t size) { in create()
|