Home
last modified time | relevance | path

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

/hostap-3.6.0/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java52 Bitmap bitmap = (TextUtils.isEmpty(str)) ? null : encodeAsBitmap(str); in onCreate()
65 private Bitmap encodeAsBitmap(String str) throws WriterException { in encodeAsBitmap() method in QrCodeDisplayActivity