Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 212) sorted by relevance

123456789

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java75 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/
DDeviceReportLog.java75 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/
DDrmEventTest.java149 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()
DDrmInfoRequestTest.java115 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()
DDrmInfoTest.java140 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/
DAlertWindowTestBaseActivity.java45 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/
DSettings.cpp37 void Settings::addSetting(SettingType type, const android::String8& setting) in addSetting()
41 const android::String8& Settings::getSetting(SettingType type) in getSetting()
DGenericFactory.cpp26 TaskGeneric* GenericFactory::createTask(TaskGeneric::TaskType type) in createTask()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java63 @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/
DFeatureDeviceInfo.java50 String type = "other"; in collectDeviceInfo() local
101 String type, in addFeature()
113 String type, in addFeature()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20ActivityTwo.java52 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()
DOpenGLES20NativeActivityTwo.java53 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/
DMediaFormatTest.java32 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/
DContactsContract_CommonDataKinds_ImTest.java55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel()
69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_EventTest.java32 private void assertGetTypeLabel(Integer type) { in assertGetTypeLabel()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h47 TaskGeneric::TaskType type; member
60 TaskGeneric::TaskType type; member
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMember.java27 protected DexMember(String className, String name, String type, String[] flags) { in DexMember()
61 protected static String dexToJavaType(String type) { in dexToJavaType()
DResultObserver.java29 void notifyFailure(FailureType type, String name, String errorMessage); in notifyFailure()
DDexMethod.java70 String type = firstDexTypeFromList(typeSequence); in parseDexTypeList() local
88 String type = null; in firstDexTypeFromList() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java52 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/
DSmallStructsTest.java74 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/
DConnectivityManagerLegacyTest.java90 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/
DContentProviderCursorWindowTest.java51 int type = cursor.getType(0); in testQuery() local
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp141 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/
DSensorTest.cpp53 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()

123456789