Home
last modified time | relevance | path

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

12345

/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.java139 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType()
141 assertEquals(info.getInfoType(), type); in checkGetInfoType() local
144 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType()
153 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
/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/tools/signature-tools/src/signature/model/impl/
DSigParameter.java28 private ITypeReference type; field in SigParameter
30 public SigParameter(ITypeReference type) { in SigParameter()
DSigAnnotation.java31 private IClassReference type; field in SigAnnotation
41 public void setType(IClassReference type) { in setType()
DSigField.java32 private ITypeReference type = Uninitialized.unset(); field in SigField
56 public void setType(ITypeReference type) { in setType()
DSigArrayType.java41 public static int hashCode(IArrayType type) { in hashCode()
63 public static String toString(IArrayType type) { in toString()
DSigParameterizedType.java65 public static int hashCode(IParameterizedType type) { in hashCode()
109 public static String toString(IParameterizedType type) { in toString()
/cts/tests/src/android/graphics/drawable/cts/
DDrawableTestUtils.java36 int type; in skipCurrentTag() local
55 int type; in getAttributeSet() local
/cts/tests/tests/holo/src/android/holo/cts/
DBitmapAssets.java52 public static boolean clearDirectory(int type) { in clearDirectory()
72 public static File getBitmapDir(int type) { in getBitmapDir()
102 public static File getBitmapPath(String bitmapName, int type) { in getBitmapPath()
121 public static String saveBitmap(Bitmap bitmap, String bitmapName, int type) throws IOException { in saveBitmap()
/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java46 public void printArray(String message, double[] values, ResultType type, in printArray()
54 public void printValue(String message, double value, ResultType type, in printValue()
60 private void doPrintArray(String message, double[] values, ResultType type, in doPrintArray()
89 ResultType type, ResultUnit unit) { in printSummaryWithTarget()
112 public void printSummary(String message, double value, ResultType type, in printSummary()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20ActivityTwo.java50 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()
DOpenGLES20NativeActivityTwo.java50 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/tools/signature-tools/src/signature/io/html/
DExecutableMemberComparator.java72 private String getTypeName(ITypeReference type) { in getTypeName()
92 private String getTypeName(ITypeDefinition type) { in getTypeName()
/cts/suite/audio_quality/lib/include/task/
DModelBuilder.h46 TaskGeneric::TaskType type; member
59 TaskGeneric::TaskType type; member
/cts/tests/tests/provider/src/android/provider/cts/
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()
DContactsContract_CommonDataKinds_SipAddressTest.java41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
DContactsContract_CommonDataKinds_OrganizationTest.java41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
/cts/tests/SignatureTest/src/android/tests/sigtest/
DResultObserver.java30 void notifyFailure(FAILURE_TYPE type, in notifyFailure()
/cts/tools/signature-tools/test/signature/converter/
DConvertWildcardTest.java52 ITypeReference type = field.getType(); in convertWildcardUpperBound() local
81 ITypeReference type = field.getType(); in convertWildcardLowerBound() local
/cts/suite/audio_quality/lib/src/task/
DTaskAsync.cpp22 TaskAsync::TaskAsync(TaskType type) in TaskAsync()
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioCodecTest.java23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals()

12345