Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardProperty.java138 public void setByteValue(byte[] byteValue) { in setByteValue() argument
139 mByteValue = byteValue; in setByteValue()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayViewport.cpp59 static const jmethodID byteValue = env->GetMethodID(byteClass, "byteValue", "()B"); in android_hardware_display_DisplayViewport_toNative() local
75 viewport->physicalPort = std::make_optional(env->CallByteMethod(physicalPort, byteValue)); in android_hardware_display_DisplayViewport_toNative()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DRoamingConsortiumElementTest.java55 stream.write(oi.first.byteValue()); in appendOI()
/frameworks/base/obex/javax/obex/
DObexHelper.java655 out.write(byteHeader.byteValue()); in createHeader()
709 out.write(byteHeader.byteValue()); in createHeader()
719 out.write(byteHeader.byteValue()); in createHeader()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java479 return setValue(((Byte) obj).byteValue()); in setValue()
509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); in setValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java414 for (byte byteValue : bytes) { in testNewOutput_WriteChar()
415 output.write(byteValue); in testNewOutput_WriteChar()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java460 return ((Byte)value).byteValue(); in getByte()
/frameworks/base/core/java/android/content/
DContentValues.java373 return value != null ? ((Number) value).byteValue() : null; in getAsByte()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java454 for (byte byteValue : bytes) { in testNewOutput_WriteChar()
455 output.write(byteValue); in testNewOutput_WriteChar()
/frameworks/base/core/java/android/util/
DHalf.java245 public byte byteValue() { in byteValue() method in Half
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTestUtil.java357 rssiScore = scores[i].byteValue(); in configureScoreCache()
/frameworks/rs/support/java/src/androidx/renderscript/
DFieldPacker.java638 fp.addI8(((Byte)obj).byteValue()); in addToPack()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java991 byte[] versionBytes = new byte[] { version.byteValue(), 0, 0 }; in addDeviceCapability()
/frameworks/base/config/
Dboot-image-profile.txt26300 HSPLjava/lang/Byte;->byteValue()B
43340 HSPLjava/lang/Integer;->byteValue()B
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41578 method public byte byteValue();
/frameworks/base/api/
Dcurrent.txt60289 method public byte byteValue();