Searched refs:DEBUG_LOG_NUM_BYTES (Results 1 – 3 of 3) sorted by relevance
40 private static final int DEBUG_LOG_NUM_BYTES = 16; field in ContextHubMessage152 for (int i = 0; i < Math.min(length, DEBUG_LOG_NUM_BYTES); i++) { in toString()159 if (length > DEBUG_LOG_NUM_BYTES) { in toString()
37 private static final int DEBUG_LOG_NUM_BYTES = 16; field in NanoAppMessage164 for (int i = 0; i < Math.min(length, DEBUG_LOG_NUM_BYTES); i++) { in toString()171 if (length > DEBUG_LOG_NUM_BYTES) { in toString()
24007 Landroid/hardware/location/ContextHubMessage;->DEBUG_LOG_NUM_BYTES:I24444 Landroid/hardware/location/NanoAppMessage;->DEBUG_LOG_NUM_BYTES:I