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;
50 public final class CardEmulation {
51 static final String TAG = "CardEmulation";
64 "android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT";
129 static HashMap<Context, CardEmulation> sCardEmus = new HashMap<Context, CardEmulation>();
134 private CardEmulation(Context context, INfcCardEmulation service) {
145 public static synchronized CardEmulation getInstance(NfcAdapter adapter) {
169 CardEmulation manager = sCardEmus.get(context);
177 manager = new CardEmulation(context, service)
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 43 milliseconds