Home
last modified time | relevance | path

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

/hostap-3.6.0/wpadebug/src/w1/fi/wpadebug/
DQrCodeScannerActivity.java28 private static final String ACTION = "com.google.zxing.client.android.SCAN"; field in QrCodeScannerActivity
37 intent.setAction(ACTION); in onCreate()
44 Log.e(TAG, "No QR code scanner found with name=" + ACTION); in onCreate()