Searched refs:tryEncrypt (Results 1 – 2 of 2) sorted by relevance
89 tryEncrypt(); in onCreate()98 private boolean tryEncrypt() { in tryEncrypt() method in MainActivity178 if (tryEncrypt()) { in onActivityResult()
187 tryEncrypt(cryptoObject.getCipher()); in onPurchased()208 private void tryEncrypt(Cipher cipher) { in tryEncrypt() method in MainActivity