Home
last modified time | relevance | path

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

12345

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java21 import static java.lang.Integer.toHexString;
146 throw new IllegalArgumentException("Invalid property Id : 0x" + toHexString(mgrPropId)); in getProperty()
153 Log.e(CarLog.TAG_PROPERTY, "get, property not ready 0x" + toHexString(halPropId), e); in getProperty()
201 + toHexString(prop.getPropertyId())); in setProperty()
207 Log.e(CarLog.TAG_PROPERTY, "set, property not ready 0x" + toHexString(halPropId), e); in setProperty()
219 Log.d(TAG, "subscribeProperty propId=0x" + toHexString(propId) + ", rate=" + rate); in subscribeProperty()
224 + toHexString(propId)); in subscribeProperty()
245 Log.d(TAG, "unsubscribeProperty propId=0x" + toHexString(propId)); in unsubscribeProperty()
250 + toHexString(propId)); in unsubscribeProperty()
296 Log.d(TAG, "takeSupportedProperties: " + toHexString(p.prop)); in takeSupportedProperties()
[all …]
DVehicleHal.java23 import static java.lang.Integer.toHexString;
212 throw new IllegalArgumentException("Property 0x" + toHexString(property) in assertServiceOwnerLocked()
250 + ", property: 0x" + toHexString(property)); in subscribeProperty()
259 toHexString(property)); in subscribeProperty()
282 + ", property: 0x" + toHexString(property)); in unsubscribeProperty()
300 + toHexString(property), e); in unsubscribeProperty()
321 Log.i(CarLog.TAG_HAL, "get, property: 0x" + toHexString(propertyId) in get()
322 + ", areaId: 0x" + toHexString(areaId)); in get()
428 + toHexString(v.prop)); in onPropertyEvent()
524 + toHexString(config.prop) + ", areaId: 0"); in dumpPropertyValueByConfig()
[all …]
DDiagnosticHalService.java19 import static java.lang.Integer.toHexString;
125 .append(toHexString(vp.prop)) in takeSupportedProperties()
239 .append(toHexString(propConfig.prop)) in requestDiagnosticStart()
246 .append(toHexString(propConfig.prop)) in requestDiagnosticStart()
268 .append(toHexString(propConfig.prop)) in requestDiagnosticStop()
275 .append(toHexString(propConfig.prop)) in requestDiagnosticStop()
296 .append(toHexString(propConfig.prop)) in getCurrentDiagnosticValue()
304 "property not ready 0x" + toHexString(propConfig.prop), e); in getCurrentDiagnosticValue()
DPropertyTimeoutException.java19 import static java.lang.Integer.toHexString;
27 super("Property 0x" + toHexString(property) + " is not ready yet."); in PropertyTimeoutException()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java19 import static java.lang.Integer.toHexString;
166 Log.d(TAG, "registerListener: propId=0x" + toHexString(propId) + " rate=" + rate); in registerListener()
238 Log.d(TAG, "unregisterListener propId=0x" + toHexString(propId)); in unregisterListener()
257 Log.e(TAG, "unregisterListener: propId is not in config list:0x" + toHexString(propId)); in unregisterListenerBinderLocked()
267 + "propId=0x" + toHexString(propId)); in unregisterListenerBinderLocked()
316 Log.e(TAG, "getProperty: propId is not in config list:0x" + toHexString(prop)); in getProperty()
327 Log.e(TAG, "getReadPermission: propId is not in config list:0x" + toHexString(propId)); in getReadPermission()
337 Log.e(TAG, "getWritePermission: propId is not in config list:0x" + toHexString(propId)); in getWritePermission()
348 Log.e(TAG, "setProperty: propId is not in config list:0x" + toHexString(propId)); in setProperty()
370 + toHexString(propId)); in onPropertyChange()
[all …]
/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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyListAdapter.java19 import static java.lang.Integer.toHexString;
124 + " propId=0x" + toHexString(value.getPropertyId()) in onChangeEvent()
125 + " areaId=0x" + toHexString(value.getAreaId()) in onChangeEvent()
134 mTvLogEvent.append("Received error event propId=0x" + toHexString(propId) in onErrorEvent()
135 + ", areaId=0x" + toHexString(areaId)); in onErrorEvent()
DPropertyTestFragment.java19 import static java.lang.Integer.toHexString;
157 Toast.makeText(mActivity, "PropertyType=0x" + toHexString(propId in onCreateView()
199 areaString.add("0x" + toHexString(areaId)); in onItemSelected()
/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/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java19 import static java.lang.Integer.toHexString;
329 Log.d(TAG, "getReadPermission, propId: 0x" + toHexString(propId)); in getReadPermission()
348 Log.d(TAG, "getWritePermission, propId: 0x" + toHexString(propId)); in getWritePermission()
442 Log.d(TAG, "getProperty, propId: 0x" + toHexString(propId) in getProperty()
443 + ", areaId: 0x" + toHexString(areaId) + ", class: " + clazz); in getProperty()
489 Log.d(TAG, "setProperty, propId: 0x" + toHexString(propId) in setProperty()
490 + ", areaId: 0x" + toHexString(areaId) + ", class: " + clazz + ", val: " + val); in setProperty()
/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
DSmsCbHeader.java493 + Integer.toHexString(mSerialNumber) in toString()
494 + ", messageIdentifier=0x" + Integer.toHexString(mMessageIdentifier) in toString()
496 + ", DCS=0x" + Integer.toHexString(mDataCodingScheme) in toString()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java615 assertEquals(Integer.toHexString(expected), Integer.toHexString(got)); in assertDhcpErrorCodes()
663 fail("bad packet: " + HexDump.toHexString(packet)); in testRandomPackets()
800 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
809 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
817 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
826 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
835 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength()
943 assertEquals("BCF5AC000000", HexDump.toHexString(offerPacket.getClientMac())); in testBug2136()
980 assertEquals("9CD917000000", HexDump.toHexString(offerPacket.getClientMac())); in testUdpServerAnySourcePort()
1051 assertEquals("FC3D93000000", HexDump.toHexString(offerPacket.getClientMac())); in testMultipleRouters()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DAidRoutingManager.java94 Log.d(TAG, "mDefaultRoute=0x" + Integer.toHexString(mDefaultRoute)); in AidRoutingManager()
97 Log.d(TAG, "mDefaultOffHostRoute=0x" + Integer.toHexString(mDefaultOffHostRoute)); in AidRoutingManager()
105 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport)); in AidRoutingManager()
108 if (DBG) Log.d(TAG, "mDefaultIsoDepRoute=0x" + Integer.toHexString(mDefaultIsoDepRoute)); in AidRoutingManager()
258 …"AidRoutingTable is full, try to switch mDefaultRoute to 0x" + Integer.toHexString(mDefaultRoute)); in configureRouting()
407 … pw.println(" Routed to 0x" + Integer.toHexString(mAidRoutingTable.keyAt(i)) + ":"); in dump()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java152 Log.d(TAG, "onEscrowTokenRemoved handle: " + Long.toHexString(handle)); in onEscrowTokenRemoved()
166 Log.d(TAG, "onEscrowTokenStateReceived: " + Long.toHexString(handle) + " state: " in onEscrowTokenStateReceived()
179 Log.d(TAG, "onEscrowTokenAdded handle: " + Long.toHexString(handle) + " token: " in onEscrowTokenAdded()
318 Log.d(TAG, "onUnlockDataReceived:" + user + " token: " + Long.toHexString(
319 Utils.bytesToLong(token)) + " handle: " + Long.toHexString(handle));
/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/common/netlinkclient/src/android/net/netlink/
DNetlinkConstants.java72 return toHexString(bytes, 0, bytes.length); in hexify()
77 return toHexString( in hexify()
146 public static String toHexString(byte[] array, int offset, int length) { in toHexString() method in NetlinkConstants
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java19 import static java.lang.Integer.toHexString;
203 "mPropertyId=0x" + toHexString(mPropertyId) + in toString()
204 ", mAreaId=0x" + toHexString(mAreaId) + in toString()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java101 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid); in getChannelKey()
127 "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " as " in getChannel()
148 Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to " in setChannel()
/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()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DPageIndicator.java133 Log.d(TAG, "Queueing transition to " + Integer.toHexString(position)); in setLocation()
168 Log.d(TAG, "Animating from " + Integer.toHexString(from) + " to " in animate()
169 + Integer.toHexString(to)); in animate()
/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/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java88 return toHexString(); in toString()
95 public String toHexString() { in toHexString() method in SignedLongLong
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java44 import static java.lang.Integer.toHexString;
90 assertTrue("PropId: 0x" + toHexString(mgrPropId) + " is not supported", in benchmarkEventBandwidthThroughCarService()
181 assertTrue("Expected at least 2 zones for 0x" + Integer.toHexString(PROP) in benchmarkSetGetFromSingleClientMultipleThreads()
/packages/apps/Contacts/src/com/android/contacts/
DAppCompatContactsActivity.java103 throw new IllegalArgumentException("fragment 0x" + Integer.toHexString(id) in getFragment()
117 throw new IllegalArgumentException("view 0x" + Integer.toHexString(id) in getView()

12345