/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 21 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() 193 + toHexString(prop.getPropertyId())); in setProperty() 199 Log.e(CarLog.TAG_PROPERTY, "set, property not ready 0x" + toHexString(halPropId), e); in setProperty() 211 Log.d(TAG, "subscribeProperty propId=0x" + toHexString(propId) + ", rate=" + rate); in subscribeProperty() 216 + toHexString(propId)); in subscribeProperty() 237 Log.d(TAG, "unsubscribeProperty propId=0x" + toHexString(propId)); in unsubscribeProperty() 242 + toHexString(propId)); in unsubscribeProperty() 288 Log.d(TAG, "takeSupportedProperties: " + toHexString(p.prop)); in takeSupportedProperties() [all …]
|
D | VehicleHal.java | 23 import static java.lang.Integer.toHexString; 211 throw new IllegalArgumentException("Property 0x" + toHexString(property) in assertServiceOwnerLocked() 249 + ", property: 0x" + toHexString(property)); in subscribeProperty() 258 toHexString(property)); in subscribeProperty() 281 + ", property: 0x" + toHexString(property)); in unsubscribeProperty() 299 + toHexString(property), e); in unsubscribeProperty() 320 Log.i(CarLog.TAG_HAL, "get, property: 0x" + toHexString(propertyId) in get() 321 + ", areaId: 0x" + toHexString(areaId)); in get() 427 + toHexString(v.prop)); in onPropertyEvent() 523 + toHexString(config.prop) + ", areaId: 0"); in dumpPropertyValueByConfig() [all …]
|
D | DiagnosticHalService.java | 19 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()
|
D | PropertyTimeoutException.java | 19 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/ |
D | CarPropertyService.java | 19 import static java.lang.Integer.toHexString; 165 Log.d(TAG, "registerListener: propId=0x" + toHexString(propId) + " rate=" + rate); in registerListener() 237 Log.d(TAG, "unregisterListener propId=0x" + toHexString(propId)); in unregisterListener() 256 Log.e(TAG, "unregisterListener: propId is not in config list:0x" + toHexString(propId)); in unregisterListenerBinderLocked() 266 + "propId=0x" + toHexString(propId)); in unregisterListenerBinderLocked() 315 Log.e(TAG, "getProperty: propId is not in config list:0x" + toHexString(prop)); in getProperty() 326 Log.e(TAG, "getReadPermission: propId is not in config list:0x" + toHexString(propId)); in getReadPermission() 336 Log.e(TAG, "getWritePermission: propId is not in config list:0x" + toHexString(propId)); in getWritePermission() 347 Log.e(TAG, "setProperty: propId is not in config list:0x" + toHexString(propId)); in setProperty() 365 + toHexString(propId)); in onPropertyChange() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
D | PduParser.java | 283 " (" + 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/ |
D | PropertyListAdapter.java | 19 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()
|
D | PropertyTestFragment.java | 19 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/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 524 assertEquals(Integer.toHexString(expected), Integer.toHexString(got)); in assertDhcpErrorCodes() 572 fail("bad packet: " + HexDump.toHexString(packet)); in testRandomPackets() 672 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength() 681 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength() 689 HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength() 698 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength() 707 assertEquals(expectedClientMac, HexDump.toHexString(offerPacket.getClientMac())); in testBadHwaddrLength() 812 assertEquals("BCF5AC000000", HexDump.toHexString(offerPacket.getClientMac())); in testBug2136() 848 assertEquals("9CD917000000", HexDump.toHexString(offerPacket.getClientMac())); in testUdpServerAnySourcePort() 918 assertEquals("FC3D93000000", HexDump.toHexString(offerPacket.getClientMac())); in testMultipleRouters()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 19 import static java.lang.Integer.toHexString; 325 Log.d(TAG, "getReadPermission, propId: 0x" + toHexString(propId)); in getReadPermission() 344 Log.d(TAG, "getWritePermission, propId: 0x" + toHexString(propId)); in getWritePermission() 438 Log.d(TAG, "getProperty, propId: 0x" + toHexString(propId) in getProperty() 439 + ", areaId: 0x" + toHexString(areaId) + ", class: " + clazz); in getProperty() 485 Log.d(TAG, "setProperty, propId: 0x" + toHexString(propId) in setProperty() 486 + ", areaId: 0x" + toHexString(areaId) + ", class: " + clazz + ", val: " + val); in setProperty()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | CaptionCustomFragment.java | 79 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/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | AidRoutingManager.java | 94 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() 255 …"AidRoutingTable is full, try to switch mDefaultRoute to 0x" + Integer.toHexString(mDefaultRoute)); in configureRouting() 404 … pw.println(" Routed to 0x" + Integer.toHexString(mAidRoutingTable.keyAt(i)) + ":"); in dump()
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | CarBleTrustAgent.java | 146 Log.d(TAG, "onEscrowTokenRemoved handle: " + Long.toHexString(handle)); in onEscrowTokenRemoved() 160 Log.d(TAG, "onEscrowTokenStateReceived: " + Long.toHexString(handle) + " state: " in onEscrowTokenStateReceived() 173 Log.d(TAG, "onEscrowTokenAdded handle: " + Long.toHexString(handle) + " token: " in onEscrowTokenAdded() 309 Log.d(TAG, "onUnlockDataReceived:" + user + " token: " + Long.toHexString( 310 Utils.bytesToLong(token)) + " handle: " + Long.toHexString(handle));
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | Util.java | 64 return toHexString(algorithm.digest(), ""); in toMd5() 72 private static String toHexString(byte[] bytes, String separator) { in toHexString() method in Util 75 hexString.append(Integer.toHexString(0xFF & b)).append(separator); in toHexString()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyValue.java | 19 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/ |
D | BluetoothOppPreference.java | 101 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/ |
D | DataStallDetectionStats.java | 93 .append(HexDump.toHexString(mWifiInfo)) in toString() 95 .append(HexDump.toHexString(mCellularInfo)) in toString() 97 .append(HexDump.toHexString(mDns)); in toString()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | PageIndicator.java | 133 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/ |
D | CommandApduValidator.java | 112 "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/ |
D | SignedLongLong.java | 88 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/ |
D | E2ePerformanceTest.java | 44 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/ |
D | AppCompatContactsActivity.java | 103 throw new IllegalArgumentException("fragment 0x" + Integer.toHexString(id) in getFragment() 117 throw new IllegalArgumentException("view 0x" + Integer.toHexString(id) in getView()
|
D | ContactsActivity.java | 102 throw new IllegalArgumentException("fragment 0x" + Integer.toHexString(id) in getFragment() 116 throw new IllegalArgumentException("view 0x" + Integer.toHexString(id) in getView()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconPalette.java | 80 Integer.toHexString(resolvedColor), Integer.toHexString(contrastingColor))); in resolveContrastColor()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Fingerprint.java | 183 sb.append(Integer.toHexString((value >> 4) & 0x0f)); in appendHexFingerprint() 184 sb.append(Integer.toHexString(value& 0x0f)); in appendHexFingerprint()
|