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

  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 39 public class NfcPaymentPreference extends CustomDialogPreference implements
42 private static final String TAG = "NfcPaymentPreference";
52 public NfcPaymentPreference(Context context, PaymentBackend backend) {
PaymentSettings.java 71 NfcPaymentPreference preference =
72 new NfcPaymentPreference(getPrefContext(), mPaymentBackend);

Completed in 115 milliseconds