/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 | 139 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/ |
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/tools/signature-tools/src/signature/model/impl/ |
D | SigParameter.java | 28 private ITypeReference type; field in SigParameter 30 public SigParameter(ITypeReference type) { in SigParameter()
|
D | SigAnnotation.java | 31 private IClassReference type; field in SigAnnotation 41 public void setType(IClassReference type) { in setType()
|
D | SigField.java | 32 private ITypeReference type = Uninitialized.unset(); field in SigField 56 public void setType(ITypeReference type) { in setType()
|
D | SigArrayType.java | 41 public static int hashCode(IArrayType type) { in hashCode() 63 public static String toString(IArrayType type) { in toString()
|
D | SigParameterizedType.java | 65 public static int hashCode(IParameterizedType type) { in hashCode() 109 public static String toString(IParameterizedType type) { in toString()
|
/cts/tests/src/android/graphics/drawable/cts/ |
D | DrawableTestUtils.java | 36 int type; in skipCurrentTag() local 55 int type; in getAttributeSet() local
|
/cts/tests/tests/holo/src/android/holo/cts/ |
D | BitmapAssets.java | 52 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/ |
D | ReportLog.java | 46 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/ |
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/tools/signature-tools/src/signature/io/html/ |
D | ExecutableMemberComparator.java | 72 private String getTypeName(ITypeReference type) { in getTypeName() 92 private String getTypeName(ITypeDefinition type) { in getTypeName()
|
/cts/suite/audio_quality/lib/include/task/ |
D | ModelBuilder.h | 46 TaskGeneric::TaskType type; member 59 TaskGeneric::TaskType type; member
|
/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_OrganizationTest.java | 41 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
D | ResultObserver.java | 30 void notifyFailure(FAILURE_TYPE type, in notifyFailure()
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertWildcardTest.java | 52 ITypeReference type = field.getType(); in convertWildcardUpperBound() local 81 ITypeReference type = field.getType(); in convertWildcardLowerBound() local
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskAsync.cpp | 22 TaskAsync::TaskAsync(TaskType type) in TaskAsync()
|
/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()
|