Searched refs:toHexString (Results 1 - 25 of 76) 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 DPropertyHalServiceBase.java20 import static java.lang.Integer.toHexString;
88 throw new IllegalArgumentException("Invalid property Id : 0x" + toHexString(mgrPropId));
95 Log.e(CarLog.TAG_PROPERTY, "get, property not ready 0x" + toHexString(halPropId), e);
105 + toHexString(prop.getPropertyId()));
111 Log.e(CarLog.TAG_PROPERTY, "set, property not ready 0x" + toHexString(halPropId), e);
163 Log.d(mTag, "takeSupportedProperties: " + toHexString(p.prop));
181 Log.e(mTag, "Property is not supported: 0x" + toHexString(prop));
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);
H A DVehicleHal.java22 import static java.lang.Integer.toHexString;
299 throw new IllegalArgumentException("Property 0x" + toHexString(property)
337 + ", property: 0x" + toHexString(property));
346 toHexString(property));
369 + ", property: 0x" + toHexString(property));
387 + toHexString(property), e);
408 Log.i(CarLog.TAG_HAL, "get, property: 0x" + toHexString(propertyId)
409 + ", areaId: 0x" + toHexString(areaId));
498 + toHexString(v.prop));
550 .append("Property:0x").append(toHexString(confi
[all...]
H A DInfoHalService.java102 Integer.toHexString(property));
H A DSensorHalService.java19 import static java.lang.Integer.toHexString;
157 throw new RuntimeException("no sensor defined for property 0x" + toHexString(property));
179 Log.w(TAG, "createCarSensorEvent: unsupported type: 0x" + toHexString(dataType));
/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/services/Car/car-lib/src/android/car/
H A DVehicleZoneUtil.java40 throw new IllegalArgumentException("Invalid zones 0x" + Integer.toHexString(zones) +
41 " or zone 0x" + Integer.toHexString(zone));
90 Integer.toHexString(startingZone));
/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/apps/Bluetooth/src/com/android/bluetooth/
H A DSignedLongLong.java86 return toHexString();
93 public String toHexString(){ method in class:SignedLongLong
/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManagerBase.java19 import static java.lang.Integer.toHexString;
204 Log.d(mTag, "getProperty, propId: 0x" + toHexString(propId)
205 + ", area: 0x" + toHexString(area) + ", class: " + clazz);
219 + ", propId: 0x" + toHexString(propId) + ", area: 0x" + toHexString(area), e);
227 Log.d(mTag, "setProperty, propId: 0x" + toHexString(propId)
228 + ", area: 0x" + toHexString(area) + ", class: " + clazz + ", val: " + val);
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarPropertyValue.java19 import static java.lang.Integer.toHexString;
126 "mPropertyId=0x" + toHexString(mPropertyId) +
127 ", mAreaId=0x" + toHexString(mAreaId) +
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java99 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
138 if (V) 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/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.java77 if (DBG) Log.d(TAG, "mDefaultRoute=0x" + Integer.toHexString(mDefaultRoute));
79 if (DBG) Log.d(TAG, "mDefaultOffHostRoute=0x" + Integer.toHexString(mDefaultOffHostRoute));
81 if (DBG) Log.d(TAG, "mAidMatchingSupport=0x" + Integer.toHexString(mAidMatchingSupport));
224 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());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java78 colorValues[i] = Integer.toHexString(color & 0x00ffffff);
215 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(),
251 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(),
271 mBackgroundColorPref.setValue(Integer.toHexString(0));
277 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(),
311 mWindowColorPref.setValue(Integer.toHexString(0));
317 return Integer.toHexString(Settings.Secure.getInt(getContext().getContentResolver(),
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java283 " (" + Integer.toHexString(headerField) + ")");
347 " (" + Integer.toHexString(headerField) + ") Octect value: " +
372 " (" + Integer.toHexString(headerField) + ") longint value: " +
391 " (" + Integer.toHexString(headerField) + ") integer value: " +
427 " (" + Integer.toHexString(headerField) + ") string value: "
457 " (" + Integer.toHexString(headerField)
538 " (" + Integer.toHexString(headerField) + ") time value: " +
593 " (" + Integer.toHexString(headerField) + ") from address: " +
612 " (" + Integer.toHexString(headerField) + ") MESSAGE_CLASS: " +
666 " (" + Integer.toHexString(headerFiel
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DAppWidgetPickActivity.java125 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon)
129 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon)
/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DDiscourseLogger.java72 final String hex = "00" + Integer.toHexString(b);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DParameterColor.java76 return "(" + Integer.toHexString(mValue) + ")";

Completed in 446 milliseconds

1234