Searched refs:isNfcEventAllowed (Results 1 – 3 of 3) sorted by relevance
674 public boolean[] isNfcEventAllowed(PackageManager packageManager, byte[] aid, in isNfcEventAllowed() method in Terminal692 return mAccessControlEnforcer.isNfcEventAllowed(aid, packageNames); in isNfcEventAllowed()
100 return terminal.isNfcEventAllowed(getPackageManager(), aid, packageNames);
385 public synchronized boolean[] isNfcEventAllowed(byte[] aid, in isNfcEventAllowed() method in AccessControlEnforcer