Home
last modified time | relevance | path

Searched refs:DEBUG_LOG_NUM_BYTES (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java40 private static final int DEBUG_LOG_NUM_BYTES = 16; field in ContextHubMessage
152 for (int i = 0; i < Math.min(length, DEBUG_LOG_NUM_BYTES); i++) { in toString()
159 if (length > DEBUG_LOG_NUM_BYTES) { in toString()
H A DNanoAppMessage.java37 private static final int DEBUG_LOG_NUM_BYTES = 16; field in NanoAppMessage
164 for (int i = 0; i < Math.min(length, DEBUG_LOG_NUM_BYTES); i++) { in toString()
171 if (length > DEBUG_LOG_NUM_BYTES) { in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24007 Landroid/hardware/location/ContextHubMessage;->DEBUG_LOG_NUM_BYTES:I
24444 Landroid/hardware/location/NanoAppMessage;->DEBUG_LOG_NUM_BYTES:I