Searched refs:toHexString (Results 1 - 25 of 82) sorted by relevance

1234

/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyTimeoutException.java19 import static java.lang.Integer.toHexString;
27 super("Property 0x" + toHexString(property) + " is not ready yet.");
H A DPropertyHalService.java21 import static java.lang.Integer.toHexString;
146 throw new IllegalArgumentException("Invalid property Id : 0x" + toHexString(mgrPropId));
153 Log.e(CarLog.TAG_PROPERTY, "get, property not ready 0x" + toHexString(halPropId), e);
193 + toHexString(prop.getPropertyId()));
199 Log.e(CarLog.TAG_PROPERTY, "set, property not ready 0x" + toHexString(halPropId), e);
211 Log.d(TAG, "subscribeProperty propId=0x" + toHexString(propId) + ", rate=" + rate);
216 + toHexString(propId));
237 Log.d(TAG, "unsubscribeProperty propId=0x" + toHexString(propId));
242 + toHexString(propId));
288 Log.d(TAG, "takeSupportedProperties: " + toHexString(
[all...]
H A DVehicleHal.java23 import static java.lang.Integer.toHexString;
211 throw new IllegalArgumentException("Property 0x" + toHexString(property)
249 + ", property: 0x" + toHexString(property));
258 toHexString(property));
281 + ", property: 0x" + toHexString(property));
299 + toHexString(property), e);
320 Log.i(CarLog.TAG_HAL, "get, property: 0x" + toHexString(propertyId)
321 + ", areaId: 0x" + toHexString(areaId));
427 + toHexString(v.prop));
479 .append("Property:0x").append(toHexString(confi
[all...]
H A DSensorHalServiceBase.java19 import static java.lang.Integer.toHexString;
65 + " 0x" + toHexString(halProperty.prop) +
138 Log.e(TAG, "sensor type not available 0x" + toHexString(sensorType));
144 Log.e(TAG, "property not ready 0x" + toHexString(config.prop), e);
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DByteArrays.java35 public static String toHexString(byte[] bytes) { method in class:ByteArrays
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DUtil.java64 return toHexString(algorithm.digest(), "");
72 private static String toHexString(byte[] bytes, String separator) { method in class:Util
75 hexString.append(Integer.toHexString(0xFF & b)).append(separator);
/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java19 import static java.lang.Integer.toHexString;
259 + ", propId: 0x" + toHexString(propId) + ", area: 0x" + toHexString(area), e);
302 Log.d(mTag, "getProperty, propId: 0x" + toHexString(propId)
303 + ", area: 0x" + toHexString(area) + ", class: " + clazz);
317 + ", propId: 0x" + toHexString(propId) + ", area: 0x" + toHexString(area), e);
330 + ", propId: 0x" + toHexString(propId) + ", area: 0x" + toHexString(area), e);
339 Log.d(mTag, "setProperty, propId: 0x" + toHexString(propI
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DSignedLongLong.java88 return toHexString();
95 public String toHexString() { method in class:SignedLongLong
/packages/services/Car/car-lib/src/android/car/
H A DCarInfoManager.java19 import static java.lang.Integer.toHexString;
212 Log.d(TAG, "getProperty, propId: 0x" + toHexString(propId)
213 + ", area: 0x" + toHexString(area) + ", class: " + clazz);
227 + ", propId: 0x" + toHexString(propId) + ", area: 0x" + toHexString(area), e);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
H A DPropertyListAdapter.java19 import static java.lang.Integer.toHexString;
124 + " propId=0x" + toHexString(value.getPropertyId())
125 + " areaId=0x" + toHexString(value.getAreaId())
134 mTvLogEvent.append("Received error event propId=0x" + toHexString(propId)
135 + ", areaId=0x" + toHexString(areaId));
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarPropertyValue.java19 import static java.lang.Integer.toHexString;
162 "mPropertyId=0x" + toHexString(mPropertyId) +
163 ", mAreaId=0x" + toHexString(mAreaId) +
/packages/experimental/KBars/app/src/main/java/js/kbars/
H A DKBarsDream.java28 Log.d(KBarsDream.TAG, "onSystemUiVisibilityChange " + Integer.toHexString(visibility));
H A DImmersiveModeToggleButton.java60 Log.d(KBarsActivity.TAG, "sysui changed: " + Integer.toHexString(vis));
/packages/apps/SecureElement/src/com/android/se/
H A DCommandApduValidator.java112 "Invalid value of CLA (" + Integer.toHexString(cla) + ")");
119 "Invalid value of INS (" + Integer.toHexString(ins) + "). "
/packages/services/Car/service/src/com/android/car/
H A DCarPropertyService.java19 import static java.lang.Integer.toHexString;
160 Log.d(TAG, "registerListener: propId=0x" + toHexString(propId) + " rate=" + rate);
221 Log.d(TAG, "unregisterListener propId=0x" + toHexString(propId));
240 Log.e(TAG, "unregisterListener: propId is not in config list:0x" + toHexString(propId));
250 + "propId=0x" + toHexString(propId));
303 Log.e(TAG, "getProperty: propId is not in config list:0x" + toHexString(prop));
315 Log.e(TAG, "setProperty: propId is not in config list:0x" + toHexString(propId));
333 + toHexString(propId));
378 + toHexString(property));
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java101 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid);
127 "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " as "
148 Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to "
/packages/apps/Contacts/src/com/android/contacts/
H A DAppCompatContactsActivity.java103 throw new IllegalArgumentException("fragment 0x" + Integer.toHexString(id)
117 throw new IllegalArgumentException("view 0x" + Integer.toHexString(id)
H A DContactsActivity.java102 throw new IllegalArgumentException("fragment 0x" + Integer.toHexString(id)
116 throw new IllegalArgumentException("view 0x" + Integer.toHexString(id)
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFingerprint.java183 sb.append(Integer.toHexString((value >> 4) & 0x0f));
184 sb.append(Integer.toHexString(value& 0x0f));
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconPalette.java77 Integer.toHexString(resolvedColor), Integer.toHexString(contrastingColor)));
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DVhalJsonReader.java18 import static java.lang.Integer.toHexString;
90 + toHexString(prop & VehiclePropertyType.MASK)
/packages/apps/Camera2/src/com/android/camera/debug/
H A DLogUtil.java76 tag = Integer.toHexString(Objects.hashCode(object));
/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
H A DBinding.java79 mBindingId = Long.toHexString(sBindingIdx.getAndIncrement());
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DAidRoutingManager.java84 if (DBG) Log.d(TAG, "mDefaultRoute=0x" + Integer.toHexString(mDefaultRoute));
86 if (DBG) Log.d(TAG, "mDefaultOffHostRoute=0x" + Integer.toHexString(mDefaultOffHostRoute));
88 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport));
269 pw.println(" Routed to 0x" + Integer.toHexString(mAidRoutingTable.keyAt(i)) + ":");
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractHtmlTemplates.java88 + Integer.toHexString(id) + " exception=" + e.getMessage());

Completed in 585 milliseconds

1234