Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DMacAddressTest.java41 int expectedType; field in MacAddressTest.AddrTypeTestCase
43 static AddrTypeTestCase of(int expectedType, int... addr) { in of()
/frameworks/base/core/java/android/transition/
DTransitionInflater.java199 private Object createCustom(AttributeSet attrs, Class expectedType, String tag) { in createCustom()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DSystemUpdatePolicyTest.java396 private void assertInstallationOption(int expectedType, long expectedTime, long now, in assertInstallationOption()
/frameworks/base/media/java/android/media/
DMetadata.java559 private void checkType(final int key, final int expectedType) { in checkType()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java1125 private static void throwException(Resources resources, int id, @Nullable String expectedType) in throwException()
1138 @Nullable String expectedType) { in throwException()
/frameworks/av/camera/
DCameraMetadata.cpp171 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType()
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java2140 final long expectedType = expectedFlags & FIELD_TYPE_MASK; in checkFieldId() local