Searched refs:mPaymentBackend (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcForegroundPreference.java26 private final PaymentBackend mPaymentBackend; field in class:NfcForegroundPreference
29 mPaymentBackend = backend;
30 mPaymentBackend.registerCallback(this);
40 PaymentBackend.PaymentAppInfo defaultApp = mPaymentBackend.getDefaultApp();
41 boolean foregroundMode = mPaymentBackend.isForegroundMode();
60 mPaymentBackend.setForegroundMode(Integer.parseInt(value) != 0);
H A DNfcPaymentPreference.java47 private final PaymentBackend mPaymentBackend; field in class:NfcPaymentPreference
54 mPaymentBackend = backend;
79 List<PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos();
80 PaymentAppInfo defaultApp = mPaymentBackend.getDefaultApp();
109 PaymentAppInfo defaultAppInfo = mPaymentBackend.getDefaultApp();
124 PaymentAppInfo defaultApp = mPaymentBackend.getDefaultApp();
210 mPaymentBackend.setDefaultPaymentApp(appInfo.componentName);
H A DPaymentSettings.java52 private PaymentBackend mPaymentBackend; field in class:PaymentSettings
63 mPaymentBackend = new PaymentBackend(getActivity());
69 List<PaymentBackend.PaymentAppInfo> appInfos = mPaymentBackend.getPaymentAppInfos();
72 new NfcPaymentPreference(getPrefContext(), mPaymentBackend);
76 mPaymentBackend);
95 mPaymentBackend.onResume();
101 mPaymentBackend.onPause();

Completed in 60 milliseconds