Home
last modified time | relevance | path

Searched refs:HalRefDoParser (Results 1 – 2 of 2) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/
DHalRefDoParser.java42 public class HalRefDoParser { class
65 private HalRefDoParser() { in HalRefDoParser() method in HalRefDoParser
70 private static final HalRefDoParser INSTANCE = new HalRefDoParser();
73 public static HalRefDoParser getInstance() { in getInstance()
/packages/apps/SecureElement/src/com/android/se/
DSecureElementService.java49 import com.android.se.security.HalRefDoParser;
311 byte[] uuid = HalRefDoParser.getInstance().findUUID(Binder.getCallingUid()); in getUUIDFromCallingUid()