Home
last modified time | relevance | path

Searched refs:toHexString (Results 1 – 25 of 249) sorted by relevance

12345678910

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOobData.java925 + "Device Address With Type: " + toHexString(mDeviceAddressWithType) + "\n\t" in toString()
926 + "Confirmation: " + toHexString(mConfirmationHash) + "\n\t" in toString()
927 + "Randomizer: " + toHexString(mRandomizerHash) + "\n\t" in toString()
928 + "Device Name: " + toHexString(mDeviceName) + "\n\t" in toString()
930 + "OobData Length: " + toHexString(mClassicLength) + "\n\t" in toString()
931 + "Class of Device: " + toHexString(mClassOfDevice) + "\n\t" in toString()
933 + "LE Device Role: " + toHexString(mLeDeviceRole) + "\n\t" in toString()
934 + "LE Temporary Key: " + toHexString(mLeTemporaryKey) + "\n\t" in toString()
935 + "LE Appearance: " + toHexString(mLeAppearance) + "\n\t" in toString()
936 + "LE Flags: " + toHexString(mLeFlags) + "\n\t"; in toString()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java22 import static java.lang.Integer.toHexString;
308 writer.println("propId: 0x" + toHexString(propId) in dump()
321 toHexString(propId), toHexString(areaId), areaIdToClient.valueAt(j))); in dump()
406 VehiclePropertyIds.toString(propertyId), Integer.toHexString(areaId), e); in getAndDispatchPropertyInitValue()
422 VehiclePropertyIds.toString(propertyId), Integer.toHexString(areaId), e); in getAndDispatchPropertyInitValue()
481 toHexString(propId)); in unregisterListenerBinderLocked()
498 + "propId=0x" + toHexString(propId)); in unregisterListenerBinderLocked()
521 Slogf.e(TAG, "failed to subscribe to propId=0x" + toHexString(propId) in unregisterListenerBinderLocked()
675 VehiclePropertyIds.toString(propertyId), toHexString(areaId)); in getPropertySafe()
690 + toHexString(propId)); in getReadPermission()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java21 import static java.lang.Integer.toHexString;
143 .append(toHexString(vp.getPropId())) in takeProperties()
289 .append(toHexString(sensorType)) in requestDiagnosticStart()
297 .append(toHexString(propId)) in requestDiagnosticStart()
319 .append(toHexString(sensorType)) in requestDiagnosticStop()
327 .append(toHexString(propId)) in requestDiagnosticStop()
348 .append(toHexString(sensorType)) in getCurrentDiagnosticValue()
356 Slogf.e(CarLog.TAG_DIAGNOSTIC, "property not ready 0x" + toHexString(propId), in getCurrentDiagnosticValue()
361 + toHexString(propId), e); in getCurrentDiagnosticValue()
DCarPropertyUtils.java18 import static java.lang.Integer.toHexString;
62 throw new IllegalArgumentException("Unexpected type: " + toHexString(halType)); in getJavaClass()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DUserData.java153 builder.append(", payload='" + toHexString(payload) + "'"); in toString()
159 private static String toHexString(byte[] array) { in toHexString() method in UserData
160 return toHexString(array, 0, array.length, true); in toHexString()
163 private static String toHexString(byte[] array, int offset, int length, boolean upperCase) { in toHexString() method in UserData
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java283 " (" + Integer.toHexString(headerField) + ")"); in parseHeaders()
347 " (" + Integer.toHexString(headerField) + ") Octect value: " + in parseHeaders()
372 " (" + Integer.toHexString(headerField) + ") longint value: " + in parseHeaders()
391 " (" + Integer.toHexString(headerField) + ") integer value: " + in parseHeaders()
427 " (" + Integer.toHexString(headerField) + ") string value: " in parseHeaders()
457 " (" + Integer.toHexString(headerField) in parseHeaders()
538 " (" + Integer.toHexString(headerField) + ") time value: " + in parseHeaders()
593 " (" + Integer.toHexString(headerField) + ") from address: " + in parseHeaders()
612 " (" + Integer.toHexString(headerField) + ") MESSAGE_CLASS: " + in parseHeaders()
666 " (" + Integer.toHexString(headerField) + ") MMS_VERSION: " + in parseHeaders()
[all …]
/packages/modules/Uwb/service/java/com/android/server/uwb/util/
DUwbUtil.java23 public static String toHexString(byte b) { in toHexString() method in UwbUtil
30 public static String toHexString(byte[] data) { in toHexString() method in UwbUtil
44 public static String toHexString(int var) { in toHexString() method in UwbUtil
59 public static String toHexString(long var) { in toHexString() method in UwbUtil
/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java21 import static java.lang.Integer.toHexString;
40 + toHexString(areaId) in PropertyNotAvailableException()
48 + toHexString(areaId) in PropertyNotAvailableException()
DPropertyAccessDeniedSecurityException.java19 import static java.lang.Integer.toHexString;
29 + " in area ID: 0x" + toHexString(areaId)); in PropertyAccessDeniedSecurityException()
DPropertyNotAvailableAndRetryException.java19 import static java.lang.Integer.toHexString;
30 + toHexString(areaId) in PropertyNotAvailableAndRetryException()
DCarInternalErrorException.java21 import static java.lang.Integer.toHexString;
41 + toHexString(areaId) + " - raised an internal error in cars with " in CarInternalErrorException()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java79 colorValues[i] = Integer.toHexString(color & 0x00ffffff); in onCreatePreferences()
216 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsTextColor()
252 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsEdgeColor()
272 mBackgroundColorPref.setValue(Integer.toHexString(0)); in setCaptionsBackgroundVisible()
278 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsBackgroundColor()
312 mWindowColorPref.setValue(Integer.toHexString(0)); in setCaptionsWindowVisible()
318 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(), in getCaptionsWindowColor()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java29 import static java.lang.Integer.toHexString;
126 assertWithMessage("onPropertyGet missing property: %s", toHexString(value.prop)) in onPropertyGet()
134 assertWithMessage("onPropertySubscribe missing property: %s", toHexString(property)) in onPropertySubscribe()
142 assertWithMessage("onPropertyUnsubscribe missing property: %s", toHexString(property)) in onPropertyUnsubscribe()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacController.java209 + Integer.toHexString(targetAreaId) + ", val: " + val); in setHvacProperty()
221 + Integer.toHexString(targetAreaId) + ", val: " + val, e); in setHvacProperty()
233 + Integer.toHexString(targetAreaId) + ", val: " + val); in setHvacProperty()
245 + Integer.toHexString(targetAreaId) + ", val: " + val, e); in setHvacProperty()
257 + Integer.toHexString(targetAreaId) + ", val: " + val); in setHvacProperty()
269 + Integer.toHexString(targetAreaId) + ", val: " + val, e); in setHvacProperty()
477 + Integer.toHexString(areaId) + ": ", e); in getPropertyValueOrNull()
499 + Integer.toHexString(areaId) + ", no matching area ID found for HVAC_POWER_ON."); in isHvacPowerDependentPropAndNotAvailable()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java62 return toHexString(algorithm.digest(), ""); in toMd5()
70 private static String toHexString(byte[] bytes, String separator) { in toHexString() method in Util
73 hexString.append(Integer.toHexString(0xFF & b)).append(separator); in toHexString()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java669 assertEquals(Integer.toHexString(expected), Integer.toHexString(got)); in assertDhcpErrorCodes()
717 fail("bad packet: " + HexDump.toHexString(packet)); in testRandomPackets()
854 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
863 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
871 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
880 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
889 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
997 assertEquals("BCF5AC000000", HexDump.toHexString(offerPacket.getClientMac())); in testBug2136()
1034 assertEquals("9CD917000000", HexDump.toHexString(offerPacket.getClientMac())); in testUdpServerAnySourcePort()
1105 assertEquals("FC3D93000000", HexDump.toHexString(offerPacket.getClientMac())); in testMultipleRouters()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java75 sb.append(b > 0xf ? Long.toHexString(b) : "0" + Long.toHexString(b)); in macToSimpleString()
96 sb.append(b > 0xf ? Long.toHexString(b) : "0" + Long.toHexString(b)); in macToString()
167 public static String toHexString(byte[] data) { in toHexString() method in Utils
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java96 Log.d(TAG, "mDefaultRoute=0x" + Integer.toHexString(mDefaultRoute)); in AidRoutingManager()
99 Log.d(TAG, "mDefaultOffHostRoute=0x" + Integer.toHexString(mDefaultOffHostRoute)); in AidRoutingManager()
107 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport)); in AidRoutingManager()
110 if (DBG) Log.d(TAG, "mDefaultIsoDepRoute=0x" + Integer.toHexString(mDefaultIsoDepRoute)); in AidRoutingManager()
262 …"AidRoutingTable is full, try to switch mDefaultRoute to 0x" + Integer.toHexString(mDefaultRoute)); in configureRouting()
455 … pw.println(" Routed to 0x" + Integer.toHexString(mAidRoutingTable.keyAt(i)) + ":"); in dump()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyListAdapter.java19 import static java.lang.Integer.toHexString;
185 value.getTimestamp(), toHexString(propId), VehiclePropertyIds.toString(propId), in onChangeEvent()
201 mTvLogEvent.append("Received error event propId=0x" + toHexString(propId) in onErrorEvent()
202 + ", areaId=0x" + toHexString(areaId)); in onErrorEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java101 return remoteDevice.getIdentityAddress() + "_" + Integer.toHexString(uuid); in getChannelKey()
128 … "getChannel for " + remoteDevice.getIdentityAddress() + "_" + Integer.toHexString(uuid) + " as " in getChannel()
149 …G, "Setchannel for " + remoteDevice.getIdentityAddress() + "_" + Integer.toHexString(uuid) + " to " in setChannel()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java21 import static java.lang.Integer.toHexString;
283 + "mPropertyId=0x" + toHexString(mPropertyId) in toString()
285 + ", mAreaId=0x" + toHexString(mAreaId) in toString()
/packages/modules/NetworkStack/tests/integration/signature/android/net/util/
DNetworkStackUtilsIntegrationTest.kt268 fail(msg + ": " + toHexString(received, len)) in assertSocketReadErrno()
277 assertEquals(toHexString(expectedPacket, expectedPacket.limit()), in assertNextPacketOnSocket()
278 toHexString(received, len)) in assertNextPacketOnSocket()
330 private fun toHexString(b: ByteBuffer, len: Int): String { in toHexString() method
331 return HexDump.toHexString(Arrays.copyOf(b.array(), len)) in toHexString()
/packages/apps/SecureElement/src/com/android/se/
DCommandApduValidator.java112 "Invalid value of CLA (" + Integer.toHexString(cla) + ")"); in checkCla()
119 "Invalid value of INS (" + Integer.toHexString(ins) + "). " in checkIns()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DSignedLongLong.java91 return toHexString(); in toString()
98 public String toHexString() { in toHexString() method in SignedLongLong
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallDetectionStats.java133 .append(HexDump.toHexString(mWifiInfo)) in toString()
135 .append(HexDump.toHexString(mCellularInfo)) in toString()
137 .append(HexDump.toHexString(mDns)) in toString()

12345678910