Home
last modified time | relevance | path

Searched refs:NfcDialogs (Results 1 – 25 of 25) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DForegroundPaymentEmulatorActivity.java12 import com.android.cts.verifier.nfc.NfcDialogs;
30 NfcDialogs.createChangeForegroundDialog(this).show(); in onResume()
41NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_foreground_payment_help)).sho… in onServicesSetup()
48 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DSinglePaymentEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
34 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onServicesSetup()
41 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DPrefixPaymentEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
48NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).sh… in onServicesSetup()
55NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).sh… in onPaymentDefaultResult()
DDynamicAidEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
45NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_dynamic_aids_help)).s… in onServicesSetup()
52NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_dynamic_aids_help)).s… in onPaymentDefaultResult()
DDualPaymentEmulatorActivity.java11 import com.android.cts.verifier.nfc.NfcDialogs;
49 NfcDialogs.createHceTapReaderDialog(this,null).show(); in onServicesSetup()
56 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DPrefixPaymentEmulator2Activity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
48NfcDialogs.createHceTapReaderDialog(this,getString(R.string.nfc_hce_payment_prefix_aids_help)).sho… in onServicesSetup()
55NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_payment_prefix_aids_help)).sh… in onPaymentDefaultResult()
DProtocolParamsEmulatorActivity.java7 import com.android.cts.verifier.nfc.NfcDialogs;
21 NfcDialogs.createHceTapReaderDialog(this, in onResume()
DDefaultRouteEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
33 NfcDialogs.createHceTapReaderDialog(this, in onServicesSetup()
DSingleNonPaymentEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
28 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onServicesSetup()
DOffHostEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
29NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_offhost_emulator_help)).show(… in onServicesSetup()
DConflictingNonPaymentEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
28 NfcDialogs.createHceTapReaderDialog(this, in onServicesSetup()
DForegroundNonPaymentEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
36 NfcDialogs.createHceTapReaderDialog(this, in onServicesSetup()
DConflictingNonPaymentPrefixEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
36NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_other_conflicting_prefix_aids… in onServicesSetup()
DTapTestEmulatorActivity.java11 import com.android.cts.verifier.nfc.NfcDialogs;
37 NfcDialogs.createHceTapReaderDialog(this, in onServicesSetup()
DThroughputEmulatorActivity.java11 import com.android.cts.verifier.nfc.NfcDialogs;
34 NfcDialogs.createHceTapReaderDialog(this, in onServicesSetup()
DChangeDefaultEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
90 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onPaymentDefaultResult()
DDualNonPaymentEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
28 NfcDialogs.createHceTapReaderDialog(this, null).show(); in onServicesSetup()
DOnAndOffHostEmulatorActivity.java9 import com.android.cts.verifier.nfc.NfcDialogs;
30NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_on_and_offhost_emulator_help)… in onServicesSetup()
DDualNonPaymentPrefixEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
38NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_other_prefix_aids_help)).show… in onServicesSetup()
DLargeNumAidsEmulatorActivity.java10 import com.android.cts.verifier.nfc.NfcDialogs;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DNdefPushSenderActivity.java93 return NfcDialogs.createNotEnabledDialog(this); in onCreateDialog()
95 return NfcDialogs.createNdefPushNotEnabledDialog(this); in onCreateDialog()
DNfcDialogs.java28 public class NfcDialogs { class
85 private NfcDialogs() {
DLlcpVersionActivity.java95 return NfcDialogs.createNotEnabledDialog(this); in onCreateDialog()
97 return NfcDialogs.createNdefPushNotEnabledDialog(this); in onCreateDialog()
DNdefPushReceiverActivity.java119 return NfcDialogs.createNotEnabledDialog(this); in onCreateDialog()
DTagVerifierActivity.java288 return NfcDialogs.createNotEnabledDialog(this); in onCreateDialog()