HomeSort by relevance Sort by last modified time
    Searched defs:CardEmulation (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 17 package android.nfc.cardemulation;
48 public final class CardEmulation {
49 static final String TAG = "CardEmulation";
62 "android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT";
127 static HashMap<Context, CardEmulation> sCardEmus = new HashMap<Context, CardEmulation>();
132 private CardEmulation(Context context, INfcCardEmulation service) {
143 public static synchronized CardEmulation getInstance(NfcAdapter adapter) {
167 CardEmulation manager = sCardEmus.get(context);
171 manager = new CardEmulation(context, service)
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 151 milliseconds