Home
last modified time | relevance | path

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

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DMainActivity.java161 private boolean initCipher(Cipher cipher, String keyName) { in initCipher() method in MainActivity
302 if (initCipher(mCipher, mKeyName)) { in onClick()