Searched refs:TEMP_NULL_DEVICE_PREFIX (Results 1 – 2 of 2) sorted by relevance
27 public static final String TEMP_NULL_DEVICE_PREFIX = "null-device-temp-"; field in NullDevice
620 String serial = String.format("%s%s", NullDevice.TEMP_NULL_DEVICE_PREFIX, rand); in allocateDevice()