Searched refs:CLA_PROPRIETARY (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.server.uwb.secure.iso7816.Iso7816Constants.CLA_PROPRIETARY;44 return CLA_PROPRIETARY; in getCla()
22 public static final byte CLA_PROPRIETARY = (byte) 0x80; field in Iso7816Constants