HomeSort by relevance Sort by last modified time
    Searched refs:HostEmulationManager (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 45 public class HostEmulationManager {
46 static final String TAG = "HostEmulationManager";
106 public HostEmulationManager(Context context, RegisteredAidCache aidCache) {
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 27 import com.android.nfc.cardemulation.HostEmulationManager;
278 private HostEmulationManager mHostEmulationManager;
513 mHostEmulationManager = new HostEmulationManager(mContext, mAidCache);
    [all...]

Completed in 646 milliseconds