Home
last modified time | relevance | path

Searched refs:NfcPaymentPreference (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreference.java27 public class NfcPaymentPreference extends CustomDialogPreferenceCompat { class
38 public NfcPaymentPreference(Context context, AttributeSet attrs, int defStyleAttr, in NfcPaymentPreference() method in NfcPaymentPreference
43 public NfcPaymentPreference(Context context, AttributeSet attrs, int defStyleAttr) { in NfcPaymentPreference() method in NfcPaymentPreference
47 public NfcPaymentPreference(Context context, AttributeSet attrs) { in NfcPaymentPreference() method in NfcPaymentPreference
DNfcPaymentPreferenceController.java47 PaymentBackend.Callback, View.OnClickListener, NfcPaymentPreference.Listener,
54 private NfcPaymentPreference mPreference;
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DNfcPaymentPreference.java27 public class NfcPaymentPreference extends CustomDialogPreferenceCompat { class
38 public NfcPaymentPreference(Context context, AttributeSet attrs, int defStyleAttr, in NfcPaymentPreference() method in NfcPaymentPreference
43 public NfcPaymentPreference(Context context, AttributeSet attrs, int defStyleAttr) { in NfcPaymentPreference() method in NfcPaymentPreference
47 public NfcPaymentPreference(Context context, AttributeSet attrs) { in NfcPaymentPreference() method in NfcPaymentPreference
DNfcPaymentPreferenceController.java47 PaymentBackend.Callback, View.OnClickListener, NfcPaymentPreference.Listener,
54 private NfcPaymentPreference mPreference;
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
DNfcPaymentPreferenceControllerTest.java56 private NfcPaymentPreference mPreference;
65 mPreference = spy(new NfcPaymentPreference(mContext, null)); in setUp()