package com.android.tradefed.device; public interface IDeviceLabelMapper { public String getDeviceLabel(String serial); }