HomeSort by relevance Sort by last modified time
    Searched defs:mEncryptionKey (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/accounts/
CryptoHelper.java 37 private final SecretKey mEncryptionKey;
49 mEncryptionKey = kgen.generateKey();
64 cipher.init(Cipher.ENCRYPT_MODE, mEncryptionKey);
90 cipher.init(Cipher.DECRYPT_MODE, mEncryptionKey, ivSpec);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 62 milliseconds