HomeSort by relevance Sort by last modified time
    Searched refs:mEscrowTokenKey (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
PhoneUnlockController.java 43 private String mEscrowTokenKey;
64 mEscrowTokenKey = context.getString(R.string.pref_key_escrow_token);
108 byte[] token = Base64.decode(prefs.getString(mEscrowTokenKey, null), Base64.DEFAULT);
PhoneEnrolmentController.java 45 private String mEscrowTokenKey;
66 mEscrowTokenKey = context.getString(R.string.pref_key_escrow_token);
198 prefs.edit().putString(mEscrowTokenKey, byteArray).apply();

Completed in 75 milliseconds